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.0@sha256:415a399cd2f918c7a6b0c1663d40d630d331e6f37c670a254496e2fa89f670e9,1454

Module documentation for 0.1.1.0

Depends on 2 packages(full list with versions):
Used by 1 package in lts-7.16(full list with versions):

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).