lean4-htt/tests/lean/run/grind_9467.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
255 B
Text

module
example (x y : Nat) : (x : Int) - (y : Int) = 0 → x = y := by
grind
example (x y : Nat) : (x : Int) - (y : Int) ≤ 0 → (x : Int) - (y : Int) ≥ 0 → x = y := by
grind
example (x y : Nat) : (x : Int) = (y : Int) → x = y := by
grind