Skip to content

Instantly share code, notes, and snippets.

@dawehner
Created August 12, 2016 13:34
Show Gist options
  • Select an option

  • Save dawehner/429fa1570fbcbeb98454dc4d63fa900d to your computer and use it in GitHub Desktop.

Select an option

Save dawehner/429fa1570fbcbeb98454dc4d63fa900d to your computer and use it in GitHub Desktop.
type Bool = False | True
a = False
main = case a of
False -> "123"
Tuer -> "124"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment