Portability | portable |
---|---|
Stability | provisional |
Maintainer | Edward Kmett <ekmett@gmail.com> |
Control.Comonad.Trans.Env
Description
The environment comonad transformer (aka coreader). This adds an extra value that can be accessed in the environment.
Left adjoint to the reader comonad.
Documentation
Constructors
EnvT e (w a) |