changeset-reflex

Stateful monad transformer based on monoidal actions

Stackage Nightly 2026-06-30:0.2.2
Latest on Hackage:0.2.2

See all snapshots changeset-reflex appears in

MIT licensed by Manuel Bärenz
Maintained by [email protected]
This version can be pinned in stack with:changeset-reflex-0.2.2@sha256:223e9fff36655e33d43d5170958fef1b402aa4118b2f2840ad894d60db94bb94,1542

Module documentation for 0.2.2

A general state monad transformer with separate types for the state and the possible changes. It can be defined for any monoid action. The monoid represents "changes", "updates", "edits" or "diffs" on the state. This package exposes utilities to propagate changes along reflex events.

Changes

Revision history for changeset

0.1.0.0 – YYYY-mm-dd

  • First version. Released on an unsuspecting world.