lean2/tests/lean/bad_notation.lean

10 lines
105 B
Text
Raw Normal View History

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