Core.Validated
val raw : ('raw, _) t -> 'raw
val raw_local : ('raw, _) t -> 'raw
module type Raw = sig ... end
module type S = sig ... end
module type S_allowing_substitution = sig ... end
module type S_bin_io = sig ... end
module type S_bin_io_compare_hash_sexp = sig ... end
module type S_bin_io_compare_globalize_hash_sexp = sig ... end
module Make_binable (Raw : sig ... end) : S_bin_io with type raw := Raw.t
module Make_bin_io_compare_hash_sexp
(Raw : sig ... end) :
S_bin_io_compare_hash_sexp with type raw := Raw.t
Make_bin_io_compare_hash_sexp
is useful for stable types.
module Make_bin_io_compare_globalize_hash_sexp
(Raw : sig ... end) :
S_bin_io_compare_globalize_hash_sexp with type raw := Raw.t