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