Zulip Chat Archive
Stream: mathlib4
Topic: bool.tt
Patrick Massot (Dec 13 2022 at 17:35):
It seems that mathport is not translating tt
to true
and f
to false
or am I missing something?
Kevin Buzzard (Dec 13 2022 at 17:52):
Yeah this is another weird example where they're aligned but sometimes mathport doesn't play ball (this was all over the place in data.bool.basic or whatever it was, the first file I ever ported).
Mario Carneiro (Dec 13 2022 at 17:59):
did we track down why that is? do you have an example
Kevin Buzzard (Dec 13 2022 at 17:59):
I had assumed it was the same issue as "mathport sometimes doesn't align ne with Ne" which we were talking about in another thread.
Mario Carneiro (Dec 13 2022 at 18:00):
that was about dot notation
Mario Carneiro (Dec 13 2022 at 18:00):
people aren't usually using dot notation for tt
Kevin Buzzard (Dec 13 2022 at 18:08):
Mario Carneiro said:
did we track down why that is? do you have an example
https://leanprover.zulipchat.com/#narrow/stream/287929-mathlib4/topic/.23align/near/305399010
It got lost in my sea of questions about #align (it reminds me of 2017 when you were patiently answering my sea of questions about type theory)
Kevin Buzzard (Dec 13 2022 at 18:11):
Hmm, we can't see that example now because the porting program is just giving us a load of #print
stuff for Data.Bool.Basic now.
Gabriel Ebner (Dec 13 2022 at 18:14):
We even have a mathport issue for it: https://github.com/leanprover-community/mathport/issues/167
Last updated: Dec 20 2023 at 11:08 UTC