Logged
Logged<
L,A> =WithValue<A> &WithLog<L>
Defined in: Core/Logged.ts:28
A value paired with an accumulated log.
Logged<W, A> pairs a result A with a sequence of log entries W. When
you sequence two Logged computations with chain, the logs are
automatically concatenated — you never have to thread the log array through
your code manually.
Type Parameters
Section titled “Type Parameters”L
A