Skip to content

Instantly share code, notes, and snippets.

@arecvlohe
Created April 22, 2017 23:03
Show Gist options
  • Save arecvlohe/396f3759774599073c295fa02a844466 to your computer and use it in GitHub Desktop.
Save arecvlohe/396f3759774599073c295fa02a844466 to your computer and use it in GitHub Desktop.
type Msg
= NoOp
update : Msg -> Model -> Model
update msg model =
case msg of
NoOp ->
model
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment