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