Module Values.OrConditionsSource

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