Module IStdlib.ImperativeUnionFind

module type Set = sig ... end
module Make : functor (Set : Set) -> sig ... end