Skip to content

Instantly share code, notes, and snippets.

@arecvlohe
Created April 23, 2017 01:10
Show Gist options
  • Save arecvlohe/c9d6b479b641e0c13e89205d17e4fb29 to your computer and use it in GitHub Desktop.
Save arecvlohe/c9d6b479b641e0c13e89205d17e4fb29 to your computer and use it in GitHub Desktop.
main : Program Never Model Msg
main =
Html.program
{ init = init
, update = update
, subscriptions = subscriptions
, view = view
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment