Module Values.MatchesSource

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