Values_1.CollectiveConstantSourceA structure that represents a collective constant.
type nonrec t = {valueList : StringList.t option;A list of values for the collective constant.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of Values_0.String_.t ] list ]) list ]