Module ViolationSequence.Constraint

module Value : sig ... end
type t = {
  1. value : Value.t;
  2. format : string option;
}
val equal : t -> t -> Ppx_deriving_runtime.bool
val compare : t -> t -> Ppx_deriving_runtime.int
val hash : t -> int
val to_yaml : t -> [> `O of (string * Yaml.value) list ]
val of_yaml : Yaml.value -> (t, [ `Msg of string ]) Stdlib.result