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

3 lines
75 B
Text

module
example (x: Nat) : UInt32.size - x < UInt64.size := by
grind only