module type Map = sig .. end
sig
end
include Map_common_interface.S
module Key: Datatype.S with type t = key
Datatype.S
with type t = key
module Make: functor (Data : Datatype.S) -> Datatype.S with type t = Data.t t
functor (
Data
:
) ->
with type t = Data.t t