Validated.Add_compare
module Raw : sig ... end
module Validated : S with type raw := Raw.t
include Ppx_compare_lib.Comparable.S with type t := Validated.t
val compare : Validated.t -> Validated.t -> int