lean2/tests/lean/bad_notation.lean
2014-12-23 17:42:56 -08:00

9 lines
105 B
Text

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