Skip to content

Commit bc76286

Browse files
committed
fix?
1 parent 41bc534 commit bc76286

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
@@ -229,7 +229,7 @@ where go baseName splitterName := withConfig (fun c => { c with etaStruct := .no
229229
assert! matchInfo.altInfos == splitterAltInfos
230230
-- This match statement does not need a splitter, we can use itself for that.
231231
-- (We still have to generate a declaration to satisfy the realizable constant)
232-
addAndCompile <| Declaration.defnDecl {
232+
addAndCompile (logCompileErrors := false) <| Declaration.defnDecl {
233233
name := splitterName
234234
levelParams := constInfo.levelParams
235235
type := constInfo.type

0 commit comments

Comments
 (0)