in reply to Re^3: An infix fix
in thread An infix fix

You cannot actually. You do Junctions on lists by using the any()/all()/one() functions. Which correspond to the '&', '|' and '^' Junction operators. You can see some tests for this here. If you look in the 'misc_junctions.t' file, you will see some examples of any()/all() and one().

-stvn