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.5.6.1@sha256:3aaf57b3c42377c34af2d31bf19377840079f1b32723bf012459a23ce296edb1,1426

Module documentation for 0.5.6.1

There are no documented modules for this package.

Depends on 2 packages(full list with versions):
Used by 2 packages in nightly-2021-01-17(full list with versions):

NOTE: From version 0.5.6.0 on the modules provided by this package went upstream to transformers. This package acts as a compatibility package for GHC versions older than 8.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. The corresponding MTL class instances are in the package writer-cps-mtl (http://hackage.haskell.org/package/writer-cps-mtl).