4821af8685
See new test for motivating example.
4 lines
75 B
Text
4 lines
75 B
Text
constant f : nat → nat
|
|
notation a `²` := f a
|
|
variable a : nat
|
|
check a²
|