Module

Emo8.GameWithBoot

Package
purescript-emo8
Repository
opyapeus/purescript-emo8

#GameWithBoot Source

data GameWithBoot a b

Constructors

Instances

#switchOp Source

switchOp :: forall s' s. Game s => GameBoot s' => (s -> Effect Unit) -> (s' -> Effect Unit) -> GameWithBoot s s' -> Effect Unit

#switchFoldOp Source

switchFoldOp :: forall s' s. Game s => GameBoot s' => (Input -> s -> s) -> (Input -> s' -> s') -> Input -> GameWithBoot s s' -> GameWithBoot s s'