lean4-htt/tests/lean/notation6.lean
2017-05-25 18:24:16 -07:00

8 lines
127 B
Text

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