tardis

Bidirectional state monad transformer

https://github.com/DanBurton/tardis

Version on this page:0.4.1.0
LTS Haskell 21.25:0.4.4.0
Stackage Nightly 2024-04-14:0.5.0
Latest on Hackage:0.5.0

See all snapshots tardis appears in

BSD-3-Clause licensed by Dan Burton
Maintained by [email protected]
This version can be pinned in stack with:tardis-0.4.1.0@sha256:01eec3bf46aa476679d06e4c8838b49262bd8e74b2bd7e2e72cc85c559019471,1214

Module documentation for 0.4.1.0

Depends on 3 packages(full list with versions):

A Tardis is a combination of both a forwards and a backwards state transformer, providing two state values that "travel" in opposite directions.

A detailed description of what a Tardis is and how to use it can be found in the documentation for Control.Monad.Tardis.