Em Ter, 2009-02-17 às 09:19 -0300, Daniel Ruoso escreveu:
> multi infix:<+> (int where { 2 } $i, int where { 2 } $j) {...}

As masak++ and moritz++ pointed out, this should be written

multi infix:<+> (int $i where 2, int $j where 2) {...}

daniel

Reply via email to