|
| Control.Monad.Trans.Identity | | Portability | portable | | Stability | experimental | | Maintainer | libraries@haskell.org |
|
|
|
|
|
| Description |
The identity monad transformer.
This is useful for functions parameterized by a monad transformer.
|
|
| Synopsis |
|
|
|
|
| The identity monad transformer
|
|
|
| The trivial monad transformer, which maps a monad to an equivalent monad.
| | Constructors | |
|
|
|
| Lift a unary operation to the new monad.
|
|
| Lifting other operations
|
|
|
| Lift a catchError operation to the new monad.
|
|
|
| Lift a callCC operation to the new monad.
|
|
| Produced by Haddock version 2.6.0 |