OptionKf.Mapmodule Key : Frama_c_kernel.Datatype.S with type t = keyDatatype for the keys of the map.
module Make
(Data : Frama_c_kernel.Datatype.S) :
Frama_c_kernel.Datatype.S with type t = Data.t tBuild a datatype of the map according to the datatype of values in the map.