stateWriter

A faster variant of the RWS monad transformers.

LTS Haskell 20.15:0.3.0
Stackage Nightly 2023-03-24:0.3.0
Latest on Hackage:0.3.0

See all snapshots stateWriter appears in

BSD-3-Clause licensed by Simon Marechal
Maintained by bartavelle@gmail.com
This version can be pinned in stack with:stateWriter-0.3.0@sha256:879d6187f2dcdf76bc9ac09f44ee99005cd0396eb7b0881cb0bd1a51b33fb135,2031
Depends on 3 packages(full list with versions):

This is a version of the RWS monad transformers that should be much faster than what's found in transformers. The writer in the strict version does not leak memory.