Skip to content

Instantly share code, notes, and snippets.

@stuf
Created August 17, 2017 12:28
Show Gist options
  • Save stuf/f8e47777b410f4a35b7ed9bce0dc2923 to your computer and use it in GitHub Desktop.
Save stuf/f8e47777b410f4a35b7ed9bce0dc2923 to your computer and use it in GitHub Desktop.
foo : Msg -> Model -> ( Model, Cmd Msg )
foo msg model =
case msg of
Bar ->
( model, Cmd msg )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment