We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dda69b3 commit 30677d1Copy full SHA for 30677d1
src/Lean/Meta/Tactic/Induction.lean
@@ -87,7 +87,7 @@ private partial def finalize
87
match recursorType with
88
| Expr.forallE n d _ c =>
89
let d := d.headBeta
90
- let tag' := if numMinors == 1 then tag else tag ++ n
+ let tag' := if numMinors == 1 then tag else tag ++ n.eraseMacroScopes
91
-- Remark is givenNames is not empty, then user provided explicit alternatives for each minor premise
92
if c.isInstImplicit && givenNames.isEmpty then
93
match (← synthInstance? d) with
0 commit comments