Skip to content

Commit c492cec

Browse files
committed
feat: Add SlimCheck prefix
1 parent 5561b43 commit c492cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 `mk_decorations (addDecorations body)
498+
closeMainGoal `SlimCheck.mk_decorations (addDecorations body)
499499

500500
end Decorations
501501

0 commit comments

Comments
 (0)