Module type UnionFind.Item

module type Item = sig .. end

type t 
val equal : t -> t -> bool
module Map: sig .. end