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

[Proposal] Disallow shadowing between let bindings and constructors. #329

Open
oflatt opened this issue Jan 13, 2024 · 1 comment
Open

Comments

@oflatt
Copy link
Member

oflatt commented Jan 13, 2024

I think we should disallow shadowing between let bindings and constructors, since it is a source of confusion.

As a side-effect, generated code will be cleaner when we desugar global let-bindings to use functions instead.

@oflatt
Copy link
Member Author

oflatt commented Aug 8, 2024

We've decided to implement this issue

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