lean4-htt/tests/lean/run/grind_casting_issue.lean
Leonardo de Moura f6c83f3dce
chore: adjust test (#8567)
It is working now
2025-06-01 00:21:23 +00:00

5 lines
131 B
Text

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