Frama-C API - Heterogeneous_table
Type of heterogeneous (hash)tables indexed by values of type Key.t. Type values ensure type safety.
val create : int -> tcreate n creates a new table of initial size n.
add tbl s ty v binds s to the value v in the table tbl. If the returned value is a closure whose the type of one of its argument was dynamically registered, then it may raise Incompatible_type.
