module Map: Datatype.Map with type key = t
Datatype.Map
with type key = t
include FCMap.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