writer-cps-mtl

MonadWriter orphan instances for writer-cps-transformers

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

Version on this page:0.1.1.6
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.1.6@sha256:ec9c2dff8f201600f1f49d89085a4b5cbd2330e1c3d90f31a5bd133f017a3a90,1543

Module documentation for 0.1.1.6

Used by 1 package in nightly-2019-10-19(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. See also (http://hackage.haskell.org/package/writer-cps-transformers).