lean4-htt/old_tests/tests/lean/notation6.lean
2018-04-10 12:56:55 -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