Zulip Chat Archive
Stream: mathlib4
Topic: open_locale big_operators
Xavier Roblot (Jan 18 2023 at 14:25):
I am working on RingTheory.Prime
. The mathlib3 file starts with open_locale big_operators
that mathport translates into open BigOperators
which gives an error. But, in fact, deleting this line does not cause any error and the big operators notations appear to work just fine.
Is deleting this line indeed the correct fix here?
Ruben Van de Velde (Jan 18 2023 at 14:29):
Hm, I thought @Johan Commelin had got the locale thing to work
Johan Commelin (Jan 18 2023 at 14:31):
At the moment, the notation is global
Johan Commelin (Jan 18 2023 at 14:31):
@Xavier Roblot Please leave a porting note
Xavier Roblot (Jan 18 2023 at 14:31):
Ok. I will do that. Thanks.
Shreyas Srinivas (Jan 18 2023 at 14:38):
I encountered the same thing in Data.Nat.Fib
. Mathlib port had translated it to open BigOperators
Last updated: Dec 20 2023 at 11:08 UTC