val raw : ('raw, _) t ‑> 'rawmodule type Raw = Core_kernel__.Validated_intf.Rawmodule type S : Core_kernel__.Validated_intf.S with type (a, b) validated := (a, b) tmodule type S_bin_io_compare_hash_sexp : Core_kernel__.Validated_intf.S_bin_io_compare_hash_sexp with type (a, b) validated := (a, b) tmodule Make_bin_io_compare_hash_sexp : functor (Raw : Core_kernel__.Validated_intf.Raw_bin_io_compare_hash_sexp) -> S_bin_io_compare_hash_sexp with type raw := Raw.tMake_bin_io_compare_hash_sexp is useful for stable types.
module Add_bin_io : functor (Raw : sig ... end) -> functor (Validated : S with type raw := Raw.t) -> sig ... end with type t := Validated.tmodule Add_compare : functor (Raw : sig ... end) -> functor (Validated : S with type raw := Raw.t) -> sig ... end with type t := Validated.tmodule Add_typerep : functor (Raw : sig ... end) -> functor (Validated : S with type raw := Raw.t) -> sig ... end with type t := Validated.t