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

Lambda should parse ExprSpan as a body #61

Open
tcr opened this issue May 26, 2017 · 1 comment
Open

Lambda should parse ExprSpan as a body #61

tcr opened this issue May 26, 2017 · 1 comment

Comments

@tcr
Copy link
Owner

tcr commented May 26, 2017

Because Lambda is treated as an Expr, and the pattern for several exprs is Expr+, it would be ambiguous to accept ExprSpan as a body. A result of this is the format \lt -> let ... won't work.

@tcr
Copy link
Owner Author

tcr commented May 28, 2017

Fixed this, hackily.

@tcr tcr changed the title Lambda should take ExprSpan as a body Lambda should parse ExprSpan as a body May 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant