Zulip Chat Archive
Stream: mathlib4
Topic: exponential object notation precedence
Mario Carneiro (Jun 28 2024 at 15:19):
A ⨯ B ⟹ C
parses as A ⨯ (B ⟹ C)
, I think ⨯
needs its precedence to be raised... It might be good to review all of these operators and make sure they match the corresponding operators on Type
Johan Commelin (Jul 01 2024 at 08:22):
I would expect it to parse as . On the other hand, the current parsing is consistent with "exponentiation before multiplication".
Last updated: May 02 2025 at 03:31 UTC