Module Values.PartialMatchesSource

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