 | ghc-mtl-1.1.0.2: GHC-internal monad transformer library | Contents | Index |
|
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://web.cecs.pdx.edu/~mpj/)
Advanced School of Functional Programming, 1995.
|
|
|
Documentation |
|
class MonadTrans t where |
| Methods | lift :: Monad m => m a -> t m a |
| | Instances | |
|
|
class Monad m => MonadIO m where |
| Methods | | | Instances | |
|
|
Produced by Haddock version 2.4.2 |