Module Values.SummariesSource

Sourcetype nonrec t = Summary.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : Summary.t list -> [> `List of [> `Structure of (string * [> `Double of SummaryValue.t | `Enum of string | `List of [> `Structure of (string * [> `Double of SummaryValue.t | `Enum of string ]) list ] list ]) list ] list ]
Sourceval to_query : Summary.t list -> Awso.Client.Query.t
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> Summary.t list
Sourceval of_json : [> Yojson.Safe.t ] -> Summary.t list
Sourceval to_json : Summary.t list -> Yojson.Safe.t