Module Core_kernel__Type_equal.Id
include module type of sig ... end with module Uid := Base.Type_equal.Id.Uid
type 'a t= 'a Base__Type_equal.Id.t
val sexp_of_t : ('a -> Base.Sexp.t) -> 'a t -> Base.Sexp.t
module Uid = Base__Type_equal.Id.Uidval uid : 'a t -> Uid.tval create : name:string -> ('a -> Base.Sexp.t) -> 'a tval hash : 'a t -> intval name : 'a t -> stringval to_sexp : 'a t -> 'a -> Base.Sexp.tval hash_fold_t : Base.Hash.state -> 'a t -> Base.Hash.stateval same : 'a t -> 'b t -> boolval same_witness : 'a t -> 'b t -> ('a, 'b) Base__Type_equal.equal optionval same_witness_exn : 'a t -> 'b t -> ('a, 'b) Base__Type_equal.equal
module Uid : Core_kernel__.Type_equal_intf.Uid