Module

Pha.Update

Package
purescript-pha
Repository
gbagan/purescript-pha

#UpdateF Source

data UpdateF state a

Constructors

Instances

#Update' Source

newtype Update' state a

Constructors

Instances

#Update Source

type Update state = Update' state Unit

#get Source

get :: forall state. Update' state state

#modify Source

modify :: forall state. (state -> state) -> Update state

#delay Source

delay :: forall state. Milliseconds -> Update state

#put Source

put :: forall st. st -> Update st