6 lines
55 B
Text
6 lines
55 B
Text
def f : nat → nat
|
|
| 0 := 1
|
|
| (a+1) := 1
|
|
.
|
|
|
|
#check 10
|