Zulip Chat Archive
Stream: mathlib4
Topic: by_cases spacing
Kevin Buzzard (Nov 16 2022 at 10:04):
I've just noticed that mathlib3port is changing by_cases h : x = y
to by_cases h:x = y
(removing spaces). Is this intentional? I'm just finishing up the port of logic.relation
and comparing my file with the autoported file I noticed this.
Mario Carneiro (Nov 16 2022 at 10:14):
No, it's usually the fault of some missing spaces in the syntax
definitions
Last updated: Dec 20 2023 at 11:08 UTC