Am Mittwoch, 22. November 2006 18:03 schrieb Patrick R.Michaud: > Is this a bug (I think it is), or does the underscore in > > :multi mean something other than "any argument"?
The meaning is 'any PMC' [1], and it of course can't be a bug as there are no specs ;) leo [1] multi_type: compilers/imcc/imcc.y:729 ff ... r = mk_const(interp, str_dup("PMC"), 'S');