Frama-C:
Plug-ins:
Libraries:

Frama-C API - FCHashtbl

Extension of OCaml's Hashtbl module.

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