Module Values.FunctionsSource

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