5 lines
107 B
Text
5 lines
107 B
Text
module
|
|
|
|
@[grind] def codelen (c: List Bool) : Int := c.length
|
|
|
|
theorem issue1 : codelen [] = 0 := by grind
|