Skip to content

Instantly share code, notes, and snippets.

@rundis
Created April 14, 2016 08:49
Show Gist options
  • Save rundis/a27ee496b506a91d7944e0fa3303df4c to your computer and use it in GitHub Desktop.
Save rundis/a27ee496b506a91d7944e0fa3303df4c to your computer and use it in GitHub Desktop.
Howto gist...
case action of
SomeAction ->
({model | field = model.field +1}, Effects.none)
-- etc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment