Module Values.VariablesSource

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