Module type Core_hashtbl_intf.Monomorphic.S


module type S = sig .. end

module Key: Core_hashtbl_intf.T0  with type t = Key.t
val hashable : Key.t Core_hashtbl_intf.hashable
type 'a t = (Key.t, 'a) Core_hashtbl_intf.Monomorphic.T.t 
include Access_sig(T)(Key1).S
include Create_sig(T)(Key1).S
include Sexpable.S1