Module Values.AcceptChoicesSource

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