Open
Description
It's possible that I somehow missed it but I couldn't find a list of all the built-in operators (like +
, -
, %
, <
, etc.) with their relative precedence and associativity.
Here are some examples from other languages to get a better idea of what I'm looking for:
I believe the list of operators for Lean can be found here.