# New Ticket Created by  Moritz Lenz 
# Please include the string:  [perl #82946]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=82946 >


10:08 < moritz_> rakudo: my ($f, $o, @a); @a = 2, 3, 4; :($f, $o, $) :=
\(|@a);  say $f.perl
10:08 <+p6eval> rakudo 549d2a: OUTPUT«Not enough positional parameters
passed; got 1 but expected 3␤  in 'infix:<:=>' at line 1␤  in main
program body at line 22:/tmp/eeH_GtWW59␤»

All my attempts to do signature binding result in that error, which is
very LTA - I don't see how an infix operator can receive a different
number than 2 arguments, yet it expects 3 and gets 1 - WTF?

Reply via email to