"is equiv" does not recognize some operators #3224
Comments
From timk@jtimothyking.com
|
From @usev6On Tue Sep 03 17:37:18 2013, timk wrote:
Hi, currently both commands give the same result: $ perl6 -e 'sub infix:<add> (@a, $n) is equiv(&infix:<X>) { @a <<+>> $n }; say 1 .. 3 add 5;' $ perl6-m -e 'sub infix:<add> (@a, $n) is equiv(&infix:<X>) { @a <<+>> $n }; say (1 .. 3) add 5;' What result did you expect? (esp. I don't understand your comment '# definitely not what I wanted' after the second command.) Christian |
The RT System itself - Status changed from 'new' to 'open' |
From @smlsI agree with bartolin: From what I can tell, it works as it should. Closing the ticket. |
@smls - Status changed from 'open' to 'rejected' |
Migrated from rt.perl.org#119589 (status was 'rejected')
Searchable as RT119589$
The text was updated successfully, but these errors were encountered: