Skip to content

Instantly share code, notes, and snippets.

@tai2
Created July 29, 2017 15:58
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 tai2/835f5d4659393a648259b248460c453b to your computer and use it in GitHub Desktop.
Save tai2/835f5d4659393a648259b248460c453b to your computer and use it in GitHub Desktop.
-- this can be compiled
neverText : Html Never
neverText = text "never dispatch message"
-- this can not be compiled
htmlNever : Html msg -> Html Never
htmlNever elem = elem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment