Created
August 24, 2014 05:20
-
-
Save konn/5d44b9b27d6dc272f430 to your computer and use it in GitHub Desktop.
ghc-mod random error/warning
This file contains 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
module Moon where | |
data Monkey = WooKie | |
foo :: Bool -> String | |
foo True = show WooKie |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment