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

Parse error on chained View Patterns #332

Open
hreinhardt opened this issue Oct 4, 2016 · 1 comment
Open

Parse error on chained View Patterns #332

hreinhardt opened this issue Oct 4, 2016 · 1 comment

Comments

@hreinhardt
Copy link

A parse-error is thrown on code like this (which GHC accepts):

let (id -> id -> a) = 9

It works if we add parentheses:

let (id -> (id -> a)) = 9
@googleson78
Copy link

Hitting this also.

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

2 participants