lean4-htt/tests/lean/run/grind_activate_local_issue.lean
Leonardo de Moura 6683d1eb91
chore: add module keyword to grind tests (#10036)
This PR also fixes missing `@[expose]` in grind support definitions.
2025-08-21 22:02:08 +00:00

9 lines
235 B
Text

module
opaque p : Nat → Prop
-- Local forall should be activated only once
/-- trace: [grind.ematch] activated `h`, [p #0] -/
#guard_msgs in
example : (∀ x, p x) → p (x + 2) := by
set_option trace.grind.ematch true in
grind