Skip to content

Commit 29d48fa

Browse files
committed
withoutExporting
1 parent 29f067b commit 29d48fa

File tree

1 file changed

+1
-1
lines changed
  • src/Lean/Elab/PreDefinition/Structural

1 file changed

+1
-1
lines changed

src/Lean/Elab/PreDefinition/Structural/Eqns.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ where
168168
lambdaTelescope info.value fun xs body => do
169169
let us := info.levelParams.map mkLevelParam
170170
let type ← mkEq (mkAppN (Lean.mkConst declName us) xs) body
171-
let value ← mkProof declName type
171+
let value ← withoutExporting <| mkProof declName type
172172
let type ← mkForallFVars xs type
173173
let type ← letToHave type
174174
let value ← mkLambdaFVars xs value

0 commit comments

Comments
 (0)