On Mon, May 23, 2005 at 12:38:14PM +1000, Damian Conway wrote:
> >Err, wait.  From S06:
> >
> >    # Indirect multimethod call...
> >    handle_event $w, $e: $m;
> >
> >Is this single-dispatch?
> 
> No. I think it's vestigial (or ought to be). Luke's argument against colons 
> in multimethod calls is compelling from a maintainability point-of-view.

In that case:

    $w.handle_event($e: $m);

should be illegal as well, right?

That is, the App (functional application) form always zero or one
invocants, and it is illegal to specify more than one.

Thanks,
/Autrijus/

Attachment: pgphxdQx4f3Wa.pgp
Description: PGP signature

Reply via email to