sorear/niecza

&infix:<*> works but &infix:«*» doesn't

Opened this issue · 0 comments

According to http://feather.perl6.nl/syn/S06.html#Operator_overloading all of the following should refer to this same function.

&infix:<*>
&infix:«*»
&infix:<<*>>
&infix:['*']
&infix:["*"]

In Niecza, only first option works.