Module IStdlib.UnionFind

module F = Stdlib.Format
module type Element = sig ... end
module Make : functor (X : Element) -> functor (XSet : IStdlib.IStd.Caml.Set.S with type Make.elt = X.t) -> sig ... end