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