lean4-htt/tests/lean/notationPrecheck.lean
2021-04-27 16:38:37 -07:00

8 lines
131 B
Text

notation "a" => fun x => a
syntax "b" term : term
notation "c" => b x
set_option quotPrecheck false
notation "d" => b x
#check d