Skip to content

Instantly share code, notes, and snippets.

@nponeccop
Last active December 20, 2015 23:59
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 nponeccop/6217219 to your computer and use it in GitHub Desktop.
Save nponeccop/6217219 to your computer and use it in GitHub Desktop.
Reproduction of EclipseFP issue #135
foo = let
bar = 5
in case True of
True -> 1
bar = \x ->
5
foo = 5
foo = Bar
5
baz = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment