Klaas-Jan Stol wrote:
In order to solve that, adding a :invocant('any') (* a special marker would
be more convenient, maybe someone would like to define a class 'any' (you
never know :-) but that's beside the pointnow *)
By adding these markers, what effectively happens is that all :invocant
parameters that are considered the :multi signature, are grouped together,
anyway. So, this is the reason that :invocant-marked params must be grouped
together.
Yes! :)
And agreed on using something that wouldn't be a valid class name,
unless we end up with a handful of pseudotypes like SELF.
Allison