Shorter boolean operators
dullbananas opened this issue · 3 comments
dullbananas commented
Use & instead of &&, etc.
github-actions commented
Thanks for reporting this! To set expectations:
- Issues are reviewed in batches, so it can take some time to get a response.
- Ask questions a community forum. You will get an answer quicker that way!
- If you experience something similar, open a new issue. We like duplicates.
Finally, please be patient with the core team. They are trying their best with limited resources.
laurentpayot commented
What about elm/compiler#2031 ?
evancz commented
That operator traditionally is used for bitwise operations, so I think @laurentpayot's approach is more attractive of the two ideas here.