Dan Sugalski <[EMAIL PROTECTED]> wrote:

> ... And... we
> move *all* the operator functions out of the vtable and into the MMD
> system. All of it.

This *all* includes vtable functions like add_int() or add_float() too,
I presume. For these we have left argument dispatch only. But what is
the right argument? A PerlInt, TclInt, PyInt (or ..Float)? Or is it
assumed to be the same as the left argument type?

leo

Reply via email to