BSD-3-Clause licensed by Andy Gill, Ross Paterson, Daniel Mendler
Maintained by [email protected]
This version can be pinned in stack with:writer-cps-transformers-0.1.1.3@sha256:5c93542d5b79afe0f9143f8bc5cc708e526030436ca24fd93d3edf9f1c0cbf63,1541

Module documentation for 0.1.1.3

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. The corresponding MTL class instances are in the package writer-cps-mtl (http://hackage.haskell.org/package/writer-cps-mtl).