Interface ReaderT<R, M, A>

The reader monad transformer which expresses the environment for asking a record R and returning the computation A in M.

Type Parameters

  • R

  • M

  • A

Hierarchy

  • ReaderT

Generated using TypeDoc