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.0.2@sha256:412a3d2481c254fa4fc7506e99c446c58e111174396b25bd62c8cd73dea858c5,1424

Module documentation for 0.1.0.2

Depends on 2 packages(full list with versions):
Used by 1 package in nightly-2016-09-04(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.StrictLazy. The corresponding MTL class instances are in the package writer-cps-mtl (<https:hackage.haskell.orgpackage/writer-cps-mtl>).