statestack

Simple State-like monad transformer with saveable and restorable state

Version on this page:0.2.0.3
LTS Haskell 22.14:0.3.1.1@rev:2
Stackage Nightly 2024-03-28: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.3@sha256:84518b51fd4f9f03c3d1397e7d066a2d15c8d1738f6c1c8ee03517ca688acfd1,929

Module documentation for 0.2.0.3

  • Control
    • Control.Monad
      • Control.Monad.StateStack
Depends on 3 packages(full list with versions):
Used by 1 package in lts-0.2(full list with versions):

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

Changes

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