Module
Flame.Application.NoEffects
- Package
- purescript-flame
- Repository
- easafe/purescript-flame
Run a Flame application without side effects
The update function is a pure function from model and message raised
#Application Source
type Application model message = App model message (init :: model, update :: model -> message -> model)Application contains
init– the initial modelview– a function to update your markupupdate– a function to update your modelinputs– an array of signals