package frama-c

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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