Module

Elmish.TimeMachine.Types.Message

Package
purescript-elmish-time-machine
Repository
mcordova47/purescript-elmish-time-machine

#Message Source

data Message msg

Initial states have no associated previous message, so it helps to have a type that wraps either an "initial state" message or the latest message which led to the current state

Constructors