5 lines
75 B
Text
5 lines
75 B
Text
|
constant f : nat → nat
|
||
|
notation a `²` := f a
|
||
|
variable a : nat
|
||
|
check a²
|