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