Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Created April 2, 2016 22:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chuck0523/569a849e7ef00032e65e2bb5dd286c2f to your computer and use it in GitHub Desktop.
Save chuck0523/569a849e7ef00032e65e2bb5dd286c2f to your computer and use it in GitHub Desktop.
type alias Model =
{ counters : List ( ID, Counter.Model )
, nextID : ID
}
type alias ID = Int
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment