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

4 lines
100 B
Text

@[grind] def codelen (c: List Bool) : Int := c.length
theorem issue1 : codelen [] = 0 := by grind