lean4-htt/tests/lean/run/super.lean
2017-03-09 18:41:19 -08:00

4 lines
76 B
Text

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