[Haskell-cafe] Nested Monads Questions

Chris Kuklewicz haskell at list.mightyreason.com
Fri Aug 11 20:05:44 EDT 2006


I put a more comprehensive MonadBase module on the wiki at:

http://haskell.org/haskellwiki/NewMonads

Nine Base Monads:
   IO STM ST ST.Lazy GenParser [] Maybe Either (->)

Seven MonadTrans:
   ListT ContT ErrorT ReaderT StateT WriterT RWST


More information about the Haskell-Cafe mailing list