We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a51034 + c492cec commit 504a8ceCopy full SHA for 504a8ce
LSpec/SlimCheck/Checkable.lean
@@ -495,7 +495,7 @@ proposition where the quantifiers are annotated with `NamedBinder`.
495
scoped elab "mk_decorations" : tactic => do
496
let goalType ← (← getMainGoal).getType
497
if let Expr.app (.const ``Decorations.DecorationsOf ..) body := goalType then
498
- closeMainGoal (addDecorations body)
+ closeMainGoal `SlimCheck.mk_decorations (addDecorations body)
499
500
end Decorations
501
lean-toolchain
@@ -1 +1 @@
1
-leanprover/lean4:v4.4.0-rc1
+leanprover/lean4:v4.12.0
0 commit comments