@hackage / stateWriter

A faster variant of the RWS monad transformers.

Latest0.4.0

About

Metadata

  • Last updated , by SimonMarechal
  • License BSD-3-Clause
  • Maintained by: bartavelle@gmail.com

  • Lottery factor: 0

Links

Installation

Tested Compilers

  1. 9.4.5
  2. 8.10.2
  3. 8.8.4

Readme

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.