@hackage writer-cps-transformers0.1.0.2

WriteT and RWST monad transformers

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 Lazy. The corresponding MTL class instances are in the package writer-cps-mtl (https://hackage.haskell.org/package/writer-cps-mtl).