Module Std_internal.Map


module Map: Map


Polymorphic versions of standard Map operations

include S2
module type Key = Map_intf.Key
module type S = Map_intf.S
module Make: 
functor (Key : Key) -> S with type key = Key.t
module Make_binable: 
functor (Key : sig
include Map.Key
include Binable.S
end) -> sig .. end