4 lines
87 B
Text
4 lines
87 B
Text
constant ax : nat
|
|
noncomputable def test : nat → nat
|
|
| 0 := ax
|
|
| (n+1) := test n
|