On Sat Dec 13 08:08:17 2008, masak wrote:
> rakudo: multi foo(&c where { .arity == 1 }) { say "One." };
> multi foo(&c where { .arity == 2 }) { say "Two." }; foo({$^a + $^b +
> $^c })
> rakudo 33858: OUTPUT[Ambiguous dispatch to multi 'foo'.
> Ambiguous candidates had signatures::(Any c where al
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #61334]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=61334 >
rakudo: multi foo(&c where { .arity == 1 }) { say "One." };
multi foo(&c where { .arity