[perl #61334] Rakudo thinks that somethings that aren't ambiguities are

2008-12-17 Thread jn...@jnthn.net via RT
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

[perl #61334] Rakudo thinks that somethings that aren't ambiguities are

2008-12-14 Thread Carl Mäsak
# 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