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

9 lines
192 B
Text

--
constant f : nat → nat
constant g : nat → nat
notation a `+++` := f a
notation [parsing_only] a `***` := g a
#check 10 +++
#check 10 ***
#check Type.{8} -- Type₊ should not be used