package frama-c

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

Heterogeneous tables indexed by type value. Roughly the same signature that Hashtbl.S.

Parameters

module Info : sig ... end

Signature

type t
val create : int -> t
val add : t -> 'b ty -> 'b Info.t -> unit
val find : t -> 'b ty -> 'b Info.t