Module ViolationSequence.Constraint
type t = {
value : string;
format : string option;
}
val compare : t -> t -> Ppx_deriving_runtime.int
val to_yaml : t -> [> `O of (string * [> `String of string ]) list ]
val of_yaml : Yaml.value -> (t, [ `Msg of string ]) Stdlib.result