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

locations check fails for "let open" patterns #367

Open
ceastlund opened this issue Aug 16, 2022 · 0 comments
Open

locations check fails for "let open" patterns #367

ceastlund opened this issue Aug 16, 2022 · 0 comments

Comments

@ceastlund
Copy link
Collaborator

let () = match () with Core.[] -> () fails, reporting Core.[] as having an identifier overlapping a pattern. I believe this is ultimately a parser bug in the source locations, but for now the easiest solution is for ppxlib to work around this, as it does with other similar instances.

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