Skip to content

Instantly share code, notes, and snippets.

@maurer
Created April 10, 2012 18:50
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 maurer/2353646 to your computer and use it in GitHub Desktop.
Save maurer/2353646 to your computer and use it in GitHub Desktop.
Example of problematic parse in ollibot
{-
This works.
-}
{-
This doesn't: let x = y in z
-}
@maurer
Copy link
Author

maurer commented Apr 10, 2012

This works.

This doesn't: let x Error: No matching == y in z

(This is the output in a browser when rendering.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment