Module FCHashtbl

module FCHashtbl: sig .. end

Extension of OCaml's Hashtbl module.


module type S = sig .. end
module Make: 
functor (H : Stdlib.Hashtbl.HashedType-> S with type key = H.t
val hash : 'a -> int
val hash_param : int -> int -> 'a -> int