@hackage / writer-cps-transformers

WriteT and RWST monad transformers

Latest0.5.6.1

About

Metadata

  • Last updated , by minad
  • License BSD-3-Clause
  • Maintained by: mail@daniel-mendler.de

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.6.4
  2. 8.6.3
  3. 8.6.2
  4. 8.6.1
  5. 8.4.4
  6. 8.4.3
  7. 7.10.3

Readme

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).