lean4-htt/tests/lean/run/grind_univ_poly_ground_pattern.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

4 lines
168 B
Text

module
/-! Test for E-matching patterns containing nested universe polymorphic ground patterns. -/
example : Id.run (pure true) = true := by
grind only [Id.run_pure]