Values.MergeOperationSourceAn operation that merges constructs from different segments into the target construct.
type nonrec t = {mergeConstructs : MergeConstructs.t option;The list of constructs to merge into the target.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of SegmentID.t ]) list ]
list ])
list ]