Zulip Chat Archive
Stream: general
Topic: Union precedence
Patrick Massot (Jun 18 2022 at 10:47):
I don't remember whether there is a reason why we are still stuck with precedences that force writing: (⋃ j, s j) = univ
instead of ⋃ j, s j = univ
. I thought this was fixed. Or maybe we fixed supr
and infi
but not union and intersection? Does someone remember?
Eric Wieser (Jun 18 2022 at 15:43):
I think we were waiting for the notation to move out of core (which it only just did)
Last updated: Dec 20 2023 at 11:08 UTC