Module Values.RulesSource

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