transformers-0.1.4.0: Concrete monad transformersSource codeContentsIndex
Control.Monad.Trans.RWS
Portabilityportable
Stabilityexperimental
Maintainerlibraries@haskell.org
Description
A monad transformer that combines ReaderT, WriterT and State. 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
Produced by Haddock version 2.4.2