Skip to content

Instantly share code, notes, and snippets.

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