lean4-htt/old_tests/tests/lean/run/super.lean
2018-04-10 12:56:55 -07:00

4 lines
76 B
Text

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