joinAll

fun <A : Quilted<A>> joinAll(contributions: List<CoordinationFree<A>>): CoordinationFree<A>

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