Module ViolationSequence.Constraint

type t = {
  1. value : string;
  2. 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