@hackage writer-cps-full0.1.0.0
WriteT and RWST monad transformers (Reexport with all dependencies)
Categories
License
BSD-3-Clause
Maintainer
mail@daniel-mendler.de
Links
Versions
- 0.1.0.0 Thu, 7 Mar 2019
Installation
Tested Compilers
Dependencies (5)
- base >=4.5 && <5
- writer-cps-lens >=0.1.0.0 && <0.2
- writer-cps-morph >=0.1.0.1 && <0.2
- writer-cps-mtl >=0.1.1.2 && <0.2
- writer-cps-transformers >=0.1.1.2 && <0.6 Show all…
Dependents (1)
@hackage/acme-everything
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. This package reexports from writer-cps-transformers and provides all missing orphan instances, e.g. from mtl.