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

13 lines
203 B
Text

--
open num
constant f : num → num
constant g : num → num → num
notation A `:+1`:100000 := f A
#check g 0:+1:+1 (1:+1 + 2:+1):+1
set_option pp.notation false
#check g 0:+1:+1 (1:+1 + 2:+1):+1