This PR removes the now unnecessary `set_option grind.warning false` statements, now that the warning is disabled by default.
2 lines
141 B
Text
2 lines
141 B
Text
example {l : List α} {i : USize} {a : α} {h : i.toNat < l.toArray.size} :
|
||
l.toArray.uset i a h = (l.set i.toNat a).toArray := by grind
|