Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function declaration in let..in expression causes error #9

Closed
halfzebra opened this issue Oct 1, 2016 · 0 comments
Closed

Function declaration in let..in expression causes error #9

halfzebra opened this issue Oct 1, 2016 · 0 comments
Labels

Comments

@halfzebra
Copy link

Super cool project! 👍

Here's a little bug I found:

f =
  let
    foo b =
      b
  in
    1

-- (Err (["expected end of input"]),{ input = "f x =\n let\n foo b =\n b\n in\n 1\n", position = 42 })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants