Created
April 14, 2016 08:49
-
-
Save rundis/a27ee496b506a91d7944e0fa3303df4c to your computer and use it in GitHub Desktop.
Howto gist...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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