package frama-c

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

Heterogeneous table for the keys, but polymorphic for the values.

type 'a t
val create : unit -> 'a t
val add : 'a t -> 'b ty -> 'b -> 'a -> unit
val find : 'a t -> 'b ty -> 'b -> 'a
val mem : 'a t -> 'b ty -> 'b -> bool
val iter : 'b t -> ('a ty -> 'a -> 'b -> unit) -> unit
OCaml

Innovation. Community. Security.