Module Values.AndConditionsSource

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