-
Notifications
You must be signed in to change notification settings - Fork 54
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
Invalid Boxed displayed when constructor present in let binding #1504
Comments
@Negabinary adding this to your stack |
![]() seems to still be happening @Negabinary |
Oh interesting, I guess this is a result of us using the same logic for typing pattern constructors and expression constructors: If you see a constructor on its own in an expression, it could either be a function or an atomic constructor. If you see a constructor on its own in a pattern, however, it must be an atomic constructor. I'm guessing it's currently assigning the |
When a constructor pattern is in the "name" of a let binding, the display on hazel breaks. Minimal Reproduction:
The text was updated successfully, but these errors were encountered: