BSD-3-Clause licensed by Andy Gill, Edward Kmett, Daniel Mendler
Maintained by [email protected]
This version can be pinned in stack with:writer-cps-mtl-0.1.1.6@sha256:22e93c4b6d6ad5b623216dc62019b0c15f53288818c10d30503bf690c7aa1848,1584

Module documentation for 0.1.1.6

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. See also (http://hackage.haskell.org/package/writer-cps-transformers).