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

6 lines
186 B
Text

module
set_option grind.debug true
example (p q : Prop) (a b c d : Nat) :
a = b → c = d → a ≠ c → (d ≠ b → p) → (d ≠ b → q) → p ∧ q := by
grind (splits:=0)