@hackage writer-cps-mtl0.1.1.6
MonadWriter orphan instances for writer-cps-transformers
Installation
Tested Compilers
Dependencies (4)
- base <6
- mtl <2.3
- transformers >=0.4 && <0.6
- writer-cps-transformers >=0.1.1.1 && <0.6 Show all…
Dependents (7)
@cardano/cardano-ledger-test, @hackage/ether, @hackage/writer-cps-lens, @hackage/planet-mitchell, @hackage/writer-cps-full, @hackage/camfort, Show all…
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).