Open urkud opened 9 months ago
Reported on Zulip by @chrisflav.
Minimal example:
theorem foo (α β : Type) (a b : α) (f : α → β) (h : a = b) : f a = f b := congrArg f h
vs
theorem foo {α β : Type} (a b : α) (f : α → β) (h : a = b) : f a = f b := congrArg f h
should be shown as different.
Reported on Zulip by @chrisflav.
Minimal example:
vs
should be shown as different.