Computation type: Computations which produce a stream of data in addition to the computed values.
Binding strategy: Combines the outputs of the subcomputations usingmappend
.
Useful for: Logging, or other computations that produce output "on the side".
Static member | Description |
![]() ![]() ![]() ![]() ![]() ![]() Lifts a function into a Writer. Same as map. To be used in Applicative Style expressions, combined with <*>
|
Union case | Description |
Full Usage:
Writer 't * 'monoid
Parameters:
't * 'monoid
|
|
Static member | Description |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|