-- open num notation `o` := (10:num) #check 11 constant f : num → num #check o + 1 #check f o + o + o #reduce 9 + (1:num) #reduce o+4