Ival_datatype.Map
module Key : Frama_c_kernel.Datatype.S with type t = key
Datatype for the keys of the map.
module Make
(Data : Frama_c_kernel.Datatype.S) :
Frama_c_kernel.Datatype.S with type t = Data.t t
Build a datatype of the map according to the datatype of values in the map.