<pmichaud> see my response to RT #122882  :)
<pmichaud> mainly, infix:<(^)> should list associate
<pmichaud> imo,  <jet plane> (^) <network lag> (^) <plane network>   should 
result in  <jet lag>
<pmichaud> more to the point,  <a network> (^) <b network> (^) <a network>   
should result in  <b>  and not <b network>, which is hard to do if (^) is 
left-assoc
<masak> pmichaud: I agree. that rhymes with infix:<^^> semantics, too.
<pmichaud> exactly.
<masak> pmichaud++
<pmichaud> anyway, the problem is the way infix:<(^)> is implemented in 
src/core/set_operators.pm

Reply via email to