4 lines
62 B
Text
4 lines
62 B
Text
def foo.a (n: Nat):
|
|
¬ True
|
|
:=
|
|
fun nope => (foo.a n) nope
|
def foo.a (n: Nat):
|
|
¬ True
|
|
:=
|
|
fun nope => (foo.a n) nope
|