statestack

Simple State-like monad transformer with saveable and restorable state

Version on this page:0.2.0.5
LTS Haskell 22.13:0.3.1.1@rev:2
Stackage Nightly 2024-03-14:0.3.1.1@rev:2
Latest on Hackage:0.3.1.1@rev:2

See all snapshots statestack appears in

BSD-3-Clause licensed by Brent Yorgey
Maintained by [email protected]
This version can be pinned in stack with:statestack-0.2.0.5@sha256:06fbfcfe6fd7bdbad3f6dc5619305eb095beef556d8b8464730f1491f1d1d8bf,990

Module documentation for 0.2.0.5

Simple State-like monad transformer where states can be saved to and restored from an internal stack.

Changes

0.2.0.5 (17 January 2016)

  • Allow transformers-compat-0.5

0.2.0.4 (19 April 2015)

  • Use transformers-compat to suppress deprecation warnings.

0.2.0.3 (2 June 2014)

  • Allow mtl-2.2
  • Allow transformers-0.4

0.2 (5 Nov 2013)

  • Update to work with latest versions of everything

0.1: Initial release