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