Module Core_kernel.Hashable

module Binable = Core_kernel__.Binable0
module Hashtbl = Core_kernel__.Core_hashtbl
module type Common : sig ... end
module type S_plain : sig ... end
module type S : sig ... end
module Make_plain : functor (T : Hashtbl.Key_plain) -> S_plain with type t := T.t
module Make : functor (T : Hashtbl.Key) -> S with type t := T.t
module type S_binable : sig ... end
module Make_binable : functor (T : Hashtbl.Key_binable) -> S_binable with type t := T.t