5 lines
70 B
Text
5 lines
70 B
Text
constant f : nat → nat → nat
|
|
|
|
open nat
|
|
|
|
#check f $ succ $ 10 + 20
|