| Portability | portable | 
|---|---|
| Stability | experimental | 
| Maintainer | ross@soi.city.ac.uk | 
| Safe Haskell | Safe-Inferred | 
Control.Monad.Trans.RWS
Description
A monad transformer that combines ReaderT, WriterT and StateT.
 This version is lazy; for a strict version, see
 Control.Monad.Trans.RWS.Strict, which has the same interface.
Documentation
module Control.Monad.Trans.RWS.Lazy