Today: $ ./perl6 -e 'multi a (Str $a, Str $b) { [+$a, +$b] }; multi a (Array $a,$b where "+") { [+] @($a) }; say ("1", "2", "+").reduce: &a;' can only reduce with arity 2 for now in method reduce at src/gen/CORE.setting:4207 in method reduce at src/gen/CORE.setting:1029
-- Will "Coke" Coleda