7 lines
108 B
Text
7 lines
108 B
Text
example (p : nat → nat → Prop) : p 0 :=
|
|
begin
|
|
end
|
|
|
|
def ex (p : nat → nat → Prop) : p 0 :=
|
|
begin
|
|
end
|