lean2/tests/lean/run/super.lean

5 lines
75 B
Text
Raw Normal View History

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