lean2/tests/lean/run/super.lean
Leonardo de Moura 4821af8685 feat(frontends/lean/scanner): disallow superscripts in identifiers
See new test for motivating example.
2016-01-26 18:46:40 -08:00

4 lines
75 B
Text

constant f : nat → nat
notation a `²` := f a
variable a : nat
check a²