Module Values_0.TargetMapsSource

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