Created
July 21, 2015 02:59
-
-
Save TheSeamau5/82186ca1f90244527bac to your computer and use it in GitHub Desktop.
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
| type alias Update action state = action -> state -> state | |
| type alias View action state = Address action -> state -> Html | |
| type alias Init options state = Vector -> options -> state |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment