[Haskell-cafe] Reader monad

michael rice nowgate at yahoo.com
Wed Dec 29 17:06:41 CET 2010


From: Control.Monad.Reader
type Reader r = ReaderT r IdentityThe parameterizable reader monad.
Computations are functions of a shared environment.
The return function ignores the environment, while >>= passes
 the inherited environment to both subcomputations 

============
Is there an unparameterizable reader monad?
Michael



      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20101229/0ac9ecfe/attachment.htm>


More information about the Haskell-Cafe mailing list