Module Values.PITPolicySource

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