Flattening

The function described here enables the `concatenation' of coproducts into a single one.

Flat(C) : Cop -> Cop
Given a coproduct C of structures which may themselves be coproducts, return the coproduct of the base structures, considered in depth-first order.
V2.28, 13 July 2023