Module Elpi_util.Union_find

module type S = sig ... end
module Make (O : Util.Map.OrderedType) : S with type key = O.t