Skip to content

Commit f60cee3

Browse files
committed
Stupid typo
1 parent 43171d1 commit f60cee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lean/Meta/Match/MatchEqs.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ where go baseName :=
482482
let thmType ← unfoldNamedPattern thmType
483483
let thmVal ← mkFreshExprSyntheticOpaqueMVar thmType
484484
let mvarId := thmVal.mvarId!
485-
let canUseGrind := ((← getEnv).getModuleIdx? `InitGrind).isSome
485+
let canUseGrind := ((← getEnv).getModuleIdx? `Init.Grind).isSome
486486
if canUseGrind then -- TMP
487487
proveCongrEqThm matchDeclName thmName mvarId
488488
else

0 commit comments

Comments
 (0)