acme-timemachine-0.0.0.0: An easy way to perform and unperform IO actions.

Safe HaskellSafe-Inferred
LanguageHaskell2010

Acme.TimeMachine.Suspension

Synopsis

Documentation

data Suspension s Source

Data representing the entire history of the state. Basically a very large list.

Constructors

Suspension s (Suspension s) 

mkSuspension :: s -> Suspension s Source

Create an infinite history consisting of the same state.