This PR removes the now unnecessary `set_option grind.warning false` statements, now that the warning is disabled by default.
3 lines
172 B
Text
3 lines
172 B
Text
example (as : Array α) (lo hi i j : Nat) (h₁ : lo ≤ i) (_ : i < j) (_ : j ≤ hi) (_ : j < as.size)
|
||
(_ : ¬as.size = 0) : min lo (as.size - 1) ≤ i := by
|
||
grind
|