Compare commits

...

1 Commits

Author SHA1 Message Date
Kim Morrison
7c5c7db5c8 chore: add failing grind test 2025-07-29 03:23:24 +02:00

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