elm / core

Elm's core libraries
http://package.elm-lang.org/packages/elm/core/latest
BSD 3-Clause "New" or "Revised" License
2.79k stars 359 forks source link

Shorter boolean operators #1096

Closed dullbananas closed 3 years ago

dullbananas commented 3 years ago

Use & instead of &&, etc.

github-actions[bot] commented 3 years ago

Thanks for reporting this! To set expectations:

Finally, please be patient with the core team. They are trying their best with limited resources.

laurentpayot commented 3 years ago

What about https://github.com/elm/compiler/issues/2031 ?

evancz commented 3 years ago

That operator traditionally is used for bitwise operations, so I think @laurentpayot's approach is more attractive of the two ideas here.