lean4-htt/tests/lean/run/grind_exfalso.lean
Kim Morrison eccc472e8d
chore: remove set_option grind.warning false (#8714)
This PR removes the now unnecessary `set_option grind.warning false`
statements, now that the warning is disabled by default.
2025-06-11 05:09:19 +00:00

11 lines
213 B
Text

example (x : Nat) (h : x < 0) : Nat → Nat := by
grind
example : False → Nat := by
grind
example : (x : Nat) → x < 0 → Nat := by
grind
example : (x : Nat) → x < 3 → x > 4 → Nat := by
grind