Package

purescript-elmish-time-machine

Repository
mcordova47/purescript-elmish-time-machine
License
MIT
Uploaded by
pacchettibotti
Published on
2025-09-25T03:09:51Z

Time travel debug tool for purescript-elmish

492104689-edd68077-110e-4d9c-8433-a4207b505644

Usage

main :: Effect Unit
main = defaultMain
  { def: withTimeMachine { init, update, view }
  , elementId: "app"
  }
Modules
Elmish.TimeMachine
Elmish.TimeMachine.History
Dependencies