9 lines
143 B
Text
9 lines
143 B
Text
module
|
|
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
|