hazelgrove / hazel

Hazel, a live functional programming environment with typed holes
http://hazel.org/
MIT License
684 stars 45 forks source link

Relative precedence of ; and && #1303

Open disconcision opened 2 months ago

disconcision commented 2 months ago

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 commented 2 months ago

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