Skip to content

Instantly share code, notes, and snippets.

@TheSeamau5
Created July 21, 2015 02:59
Show Gist options
  • Select an option

  • Save TheSeamau5/82186ca1f90244527bac to your computer and use it in GitHub Desktop.

Select an option

Save TheSeamau5/82186ca1f90244527bac to your computer and use it in GitHub Desktop.
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