-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | WriteT and RWST monad transformers (Reexport with all dependencies)
--   
--   The WriterT and RWST monad transformers provided by
--   writer-cps-transformers are written in continuation passing style and
--   avoid the space-leak problem of the traditional
--   Control.Monad.Trans.Writer.Strict and Control.Monad.Trans.Writer.Lazy.
--   This package reexports from writer-cps-transformers and provides all
--   missing orphan instances, e.g. from mtl.
@package writer-cps-full
@version 0.1.0.0

module Control.Monad.RWS.CPS

module Control.Monad.Trans.RWS.CPS

module Control.Monad.Trans.Writer.CPS

module Control.Monad.Writer.CPS
