&
infix junction
junctive all

|
infix junction
junctive any

^
infix junction
junctive one

all
sub method junction
junctive all

any
sub method junction
junctive any

one
sub method junction
junctive one

none
sub method junction
junctive none


contains the infix operators and the functions that produce C<Junction>
objects.
