|
| Control.Monad.Trans | | Portability | portable | | Stability | experimental | | Maintainer | libraries@haskell.org |
|
|
|
|
|
| Description |
The MonadTrans class. Inspired by the paper
Functional Programming with Overloading and
Higher-Order Polymorphism,
Mark P Jones (http://www.cse.ogi.edu/~mpj)
Advanced School of Functional Programming, 1995. |
|
|
|
| class MonadTrans t where |
| | Methods | | lift :: (Monad m) => m a -> t m a |
| | | Instances | |
|
|
| class (Monad m) => MonadIO m where |
|
|
| Produced by Haddock version 0.4 |