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