so that the pretty-printed origin is clickable, and avoid the unnecessary `@`. Particularly nice is this fix: ```diff /-- -info: [Meta.Tactic.simp.discharge] @bar discharge ✅ +info: [Meta.Tactic.simp.discharge] bar discharge ✅ autoParam T _auto✝ - [Meta.Tactic.simp.rewrite] { }:1000, T ==> True -[Meta.Tactic.simp.rewrite] @bar:1000, U ==> True + [Meta.Tactic.simp.rewrite] T.mk:1000, T ==> True +[Meta.Tactic.simp.rewrite] bar:1000, U ==> True -/ ```
8 lines
348 B
Text
8 lines
348 B
Text
1079.lean:4:2-6:12: error: alternative 'isFalse' has not been provided
|
|
[Meta.Tactic.simp.rewrite] h:1000, m ==> n
|
|
[Meta.Tactic.simp.rewrite] eq_self:1000, n = n ==> True
|
|
[Meta.Tactic.simp.unify] eq_self:1000, failed to unify
|
|
?a = ?a
|
|
with
|
|
Ordering.eq = Ordering.lt
|
|
[Meta.Tactic.simp.rewrite] imp_self:10000, False → False ==> True
|