writer-cps-mtl

MonadWriter orphan instances for writer-cps-transformers

https://github.com/minad/writer-cps-mtl#readme

Version on this page:0.1.0.2
LTS Haskell 21.25:0.1.1.6@rev:1
Stackage Nightly 2023-06-21:0.1.1.6@rev:1
Latest on Hackage:0.1.1.6@rev:1

See all snapshots writer-cps-mtl appears in

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.0.2@sha256:0069d9ddb7992b88c5f62fede8329bd7f1703a5d54b33fa1174582fcdc6eac5e,1509

Module documentation for 0.1.0.2

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