# New Ticket Created by John (ash) # Please include the string: [perl #78188] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=78188 >
$ perl6 > &infix:<Xxx> Could not find sub &infix:<Xxx> > 1 Xxx 2 1 1 <TimToady> so Xxx really means something like crosswith(&infix:<xx>) <TimToady> however, a p6 implementation should be able to generate &infix:<Xxx> at need So, there should be some &infix:<Xxx> function generated, somehow... I am not sure how to generate those, because Meta-ops can be repeated, but just filling the bug report so people know about the issue. -- John Harrison