This PR removes the now unnecessary `set_option grind.warning false` statements, now that the warning is disabled by default.
11 lines
213 B
Text
11 lines
213 B
Text
example (x : Nat) (h : x < 0) : Nat → Nat := by
|
|
grind
|
|
|
|
example : False → Nat := by
|
|
grind
|
|
|
|
example : (x : Nat) → x < 0 → Nat := by
|
|
grind
|
|
|
|
example : (x : Nat) → x < 3 → x > 4 → Nat := by
|
|
grind
|