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