Created
April 10, 2012 18:50
-
-
Save maurer/2353646 to your computer and use it in GitHub Desktop.
Example of problematic parse in ollibot
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
{- | |
This works. | |
-} | |
{- | |
This doesn't: let x = y in z | |
-} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This works.
This doesn't: let x Error: No matching == y in z
(This is the output in a browser when rendering.)