What does the 'at next level' bit mean in the following notation (given that the level is already specified):
Reserved Notation "t1 ->> t2" (left associativity, at level 69, t2 at next level).
...
where "t1 ->> t2" := (xform t1 t2).
where xform is a function defined in between.