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