package frama-c

  1. Overview
  2. Docs

doc/frama-c.kernel/Frama_c_kernel/FCHashtbl/index.html

Module Frama_c_kernel.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
OCaml

Innovation. Community. Security.