Module Datatype.Map.Key

module Key: Datatype.S  with type t = key

Datatype for the keys of the map.


include Datatype.S_no_copy
val copy : Datatype.t -> Datatype.t

Deep copy: no possible sharing between x and copy x.