@hackage / writer-cps-mtl

MonadWriter orphan instances for writer-cps-transformers

Latest0.1.1.6

About

Metadata

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

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 8.6.1
  2. 8.4.3
  3. 7.10.3

Readme

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