@hackage writer-cps-transformers0.5.6.1
WriteT and RWST monad transformers
Installation
Tested Compilers
Dependencies (2)
- base <6
- transformers >=0.5.6.0 Show all…
Dependents (9)
@hackage/writer-cps-mtl, @hackage/transformers-lift, @hackage/sparse-linear-algebra, @hackage/writer-cps-lens, @hackage/writer-cps-monads-tf, @hackage/writer-cps-full, Show all…
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).