FCHashtbl
Deprecated module, use Hashtbl instead.
Hashtbl
module type S = Hashtbl.S
module Make (H : Hashtbl.HashedType) : Hashtbl.S with type key = H.t
val hash : 'a -> int
val hash_param : int -> int -> 'a -> int