lean4-htt/old_tests/tests/lean/bad_notation.lean
2018-04-10 12:56:55 -07:00

9 lines
95 B
Text

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