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

Relative precedence of ; and && #1303

Open
disconcision opened this issue May 7, 2024 · 1 comment
Open

Relative precedence of ; and && #1303

disconcision opened this issue May 7, 2024 · 1 comment
Labels

Comments

@disconcision
Copy link
Member

This seems to have changed at some point. Right now, the code:

true && false;
1

gives a type error, as && is looser than ;. This was not the case previous, see e.g. https://hazel.org/build/llmass/

@Negabinary Negabinary assigned Negabinary and unassigned Negabinary May 7, 2024
@Negabinary
Copy link
Contributor

I seem to have accidentally fixed this in #1297 (https://hazel.org/build/editor-output/)

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

2 participants