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

Mis-scope of let-binding declarations immediately followed by signatures #215

Open
mixphix opened this issue May 16, 2022 · 2 comments
Open
Labels

Comments

@mixphix
Copy link
Contributor

mixphix commented May 16, 2022

The first local signature (for x :: ()) in the image below should have the same scope as the signature for y below it:

foo

@JustusAdam
Copy link
Owner

Yeah it should, but the VSCode grammar infrastructure doesn't have parser capabilities that are powerful enough to distinguish the two cases.
I can elaborate more in case you want to take a stab at it, but as far as I am concerned this won't (be able to) get fixed.

@KristianBalaj
Copy link

+1

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