Skip to content

Commit 504a8ce

Browse files
Merge pull request #46 from lenianiva/misc/v4.12.0
feat: Update to Lean 4.12.0
2 parents 8a51034 + c492cec commit 504a8ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

LSpec/SlimCheck/Checkable.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ proposition where the quantifiers are annotated with `NamedBinder`.
495495
scoped elab "mk_decorations" : tactic => do
496496
let goalType ← (← getMainGoal).getType
497497
if let Expr.app (.const ``Decorations.DecorationsOf ..) body := goalType then
498-
closeMainGoal (addDecorations body)
498+
closeMainGoal `SlimCheck.mk_decorations (addDecorations body)
499499

500500
end Decorations
501501

lean-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
leanprover/lean4:v4.4.0-rc1
1+
leanprover/lean4:v4.12.0

0 commit comments

Comments
 (0)