joinAll
Compute the join (least upper bound) of all values in contributions.
This is the B3 merge-all combinator. The result is the same as folding embroider left across the list. The list must not be empty.
See also
Throws
if contributions is empty.