lean2/tests/lean/bad_notation.lean

9 lines
120 B
Text

import logic data.nat.basic
open nat
section
variable a : nat
notation `a1`:max := a + 1
end
definition foo := a1