Skip to content

Commit 30677d1

Browse files
committed
Where does this come from
1 parent dda69b3 commit 30677d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lean/Meta/Tactic/Induction.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ private partial def finalize
8787
match recursorType with
8888
| Expr.forallE n d _ c =>
8989
let d := d.headBeta
90-
let tag' := if numMinors == 1 then tag else tag ++ n
90+
let tag' := if numMinors == 1 then tag else tag ++ n.eraseMacroScopes
9191
-- Remark is givenNames is not empty, then user provided explicit alternatives for each minor premise
9292
if c.isInstImplicit && givenNames.isEmpty then
9393
match (← synthInstance? d) with

0 commit comments

Comments
 (0)