Module

Map

Package
purescript-oak
Repository
ehrenmurdick/purescript-oak

#Model Source

type Model = Unit

#Msg Source

type Msg = Unit

#showthing Source

showthing :: forall msg. Int -> View msg

#next Source

next :: Msg -> Model -> (Msg -> Effect Unit) -> Effect Unit

#update Source