Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Created April 23, 2016 01:28
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/2e8886a515fedacfd8406150fc0e88eb to your computer and use it in GitHub Desktop.
Save chuck0523/2e8886a515fedacfd8406150fc0e88eb to your computer and use it in GitHub Desktop.
module Todo (Model, init, Action, update, view) where
-- 中略
type alias ID = Int
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment