4 lines
76 B
Text
4 lines
76 B
Text
constant f : nat → nat
|
|
notation a `²` := f a
|
|
variable a : nat
|
|
#check a²
|