module DisjointSet: sig .. end
sig
end
module Make: functor (M : Hashtbl.HashedType) -> sig .. end
functor (
M
:
Hashtbl.HashedType
) ->