This PR removes the now unnecessary `set_option grind.warning false` statements, now that the warning is disabled by default.
8 lines
136 B
Text
8 lines
136 B
Text
example (a : Nat) : max a a = a := by
|
|
grind
|
|
|
|
instance : Max Nat where
|
|
max := Nat.max
|
|
|
|
example (a : Nat) : max a a = a := by
|
|
grind
|