MergingConstraint

struct MergingConstraint : Constraint, Hashable, Sendable
extension MergingConstraint: CustomStringConvertible

A constraint L :> (R1, ..., Rn) specifying that L is the type of a conditional or match expression whose branches have types R1, ..., Rn.