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