Type alias Reader<R, A>

Reader<R, A>: ReaderT<R, IdentityHkt, A>

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

Type Parameters

  • R

  • A

Generated using TypeDoc