Module ViolationSequence.Constraint
module Value : sig ... endtype t = {value : Value.t;format : string option;
}val equal : t -> t -> Ppx_deriving_runtime.boolval compare : t -> t -> Ppx_deriving_runtime.intval to_yaml : t -> [> `O of (string * Yaml.value) list ]val of_yaml : Yaml.value -> (t, [ `Msg of string ]) Stdlib.result