5 lines
91 B
Text
5 lines
91 B
Text
open num
|
|
constant f : num → num
|
|
notation `o`:1 := (10:num)
|
|
check o + 1
|
|
check f o + o + o
|