Module Std_internal.Map


module Map: Core_map


Polymorphic versions of standard Map operations

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