Module Hashable


module Hashable: sig .. end

module Hashtbl: Core_hashtbl
module Table_sig: 
functor (Key : Core_hashtbl_intf.T0) -> Core_hashtbl_intf.Monomorphic(Hashtbl)(Key)
module type S = sig .. end
module Make: 
functor (T : Hashtbl.Key) -> sig .. end
module type S_binable = sig .. end
module Make_binable: 
functor (T : sig
include Hashable.Hashtbl.Key
include Binable.S
end) -> sig .. end