6 lines
84 B
Text
6 lines
84 B
Text
exit
|
|
open nat
|
|
|
|
definition foo : nat → nat
|
|
| foo zero := _
|
|
| foo (succ a) := _
|