Module Exthtbl

module Exthtbl: sig .. end

Association tables over hashable types


val hash : 'a -> int

the same as Hashtbl.hash

module type S = sig .. end
module type Private = sig .. end
module Make: 
functor (X : Stdlib.Hashtbl.HashedType) -> S with type key = X.t