Type alias Writer<W, A>

Writer<W, A>: WriterT<W, IdentityHkt, A>

The write monad, the computation which returns the result A and output W.

Type Parameters

  • W

  • A

Generated using TypeDoc