Module Values.ContainersSource

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