Module Values.GroupByValuesSource

Sourcetype nonrec t = GroupByValue.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : GroupByValue.t list -> [> `List of [> `Structure of (string * [> `Integer of Integer.t | `String of NonEmptyString.t ]) list ] list ]
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> GroupByValue.t list
Sourceval of_json : [> Yojson.Safe.t ] -> GroupByValue.t list
Sourceval to_json : GroupByValue.t list -> Yojson.Safe.t