module WeakPlus: sig .. end
sig
end
module type WEAKPLUS = sig .. end
WeakPlus.Make
module Make: functor (H : Hashtbl.HashedType) -> WEAKPLUS with type key = H.t
functor (
H
:
Hashtbl.HashedType
) ->
WEAKPLUS
with type key = H.t