lean4-htt/tests/lean/bad_notation.lean

9 lines
95 B
Text

--
open nat
section
variable a : nat
notation `a1`:max := a + 1
end
definition foo := a1