acme-timemachine-0.0.0.1: 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.

Constructors

Suspension s (Suspension s) 

mkSuspension :: s -> Suspension s Source

Create an infinite history consisting of the same state.