chore: add failing grind test (#9607)

This PR adds a failing grind test.
This commit is contained in:
Kim Morrison 2025-07-29 11:36:53 +10:00 committed by GitHub
parent e53f944c83
commit 9399b2ee36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,4 @@
-- This fails unless we manually substitute `hb`.
-- `grind` doesn't recognise this as a linear arithmetic problem.
example (a : Nat) (ha : a < 8) (b : Nat) (hb : b = 2) : a * b < 8 * b := by
grind -- fails