Module Values.InstancesSource

Sourcetype nonrec t = Instance.t list
Sourceval make : 'a -> 'a
Sourceval of_string : 'a -> 'b
Sourceval to_value : Instance.t list -> [> `List of [> `Structure of (string * [> `Float of Percent.t | `List of [> `Structure of (string * [> `Float of Percent.t | `Integer of UInteger.t | `String of String_.t ]) list ] list | `Structure of (string * [> `Float of Float_.t ]) list ]) list ] list ]
Sourceval to_query : Instance.t list -> Awso.Client.Query.t
Sourceval to_header : 'a -> 'b
Sourceval of_xml : Awso.Xml.t -> Instance.t list
Sourceval of_json : [> Yojson.Safe.t ] -> Instance.t list
Sourceval to_json : Instance.t list -> Yojson.Safe.t