| |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
| 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 | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
| class Monad m => MonadIO m where | |||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||
| Produced by Haddock version 2.7.2 |