This PR removes the now unnecessary `set_option grind.warning false` statements, now that the warning is disabled by default.
4 lines
100 B
Text
4 lines
100 B
Text
|
|
@[grind] def codelen (c: List Bool) : Int := c.length
|
|
|
|
theorem issue1 : codelen [] = 0 := by grind
|