Created
August 12, 2016 13:34
-
-
Save dawehner/429fa1570fbcbeb98454dc4d63fa900d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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