stateWriter

A faster variant of the RWS monad transformers.

Version on this page:0.2.8.2
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.8.2@sha256:97cc40f03de198ca751271afdb4b6669613e54f76fd2af1624ce707947f56089,2059

Module documentation for 0.2.8.2

  • Control
    • Control.Monad
      • Control.Monad.RSS
        • Control.Monad.RSS.Lazy
        • Control.Monad.RSS.Strict
      • Control.Monad.Trans
        • Control.Monad.Trans.RSS
          • Control.Monad.Trans.RSS.Lazy
          • Control.Monad.Trans.RSS.Strict
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.