stateWriter

A faster variant of the RWS monad transformers.

Version on this page:0.2.7
LTS Haskell 22.18:0.4.0
Stackage Nightly 2024-04-25:0.4.0
Latest on Hackage:0.4.0

See all snapshots stateWriter appears in

BSD-3-Clause licensed by Simon Marechal
Maintained by [email protected]
This version can be pinned in stack with:stateWriter-0.2.7@sha256:a10d75cf7c6ae7dee4bb35d3037b014d1a930a0704f76b90544feddba209a82e,2072
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.