5 lines
68 B
Text
5 lines
68 B
Text
def g : Nat → Nat :=
|
|
fun _ => 0
|
|
|
|
def f (x : Nat) : Nat :=
|
|
g _
|