lean4-htt/tests/lean/run/atomic_notation.lean
2017-03-09 18:41:19 -08:00

5 lines
93 B
Text

open num
constant f : num → num
notation `o`:1 := (10:num)
#check o + 1
#check f o + o + o