| ||||||||
| ||||||||
| Description | ||||||||
Declaration of the MonadRWS 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 (Monoid (WriterType m), MonadReader m, MonadWriter m, MonadState m) => MonadRWS m | ||||||||
| ||||||||
| module Control.Monad.Reader.Class | ||||||||
| module Control.Monad.State.Class | ||||||||
| module Control.Monad.Writer.Class | ||||||||
| Produced by Haddock version 2.7.2 |