Creates an action that executes writer, maps its output and adds to that value of the computation.
writer
The instance of Monad for M.
Monad
M
The computation that adds its output to the value.
Generated using TypeDoc
Creates an action that executes
writer
, maps its output and adds to that value of the computation.