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