Module type Parameters.UF_NODE
Simple union-find node, without values
include SIMPLE_GENERIC_ELT
val polyeq : 'a t -> 'b t -> ('a, 'b) PatriciaTree.cmppolymorphic equality on elements
module Relation : GENERIC_GROUPtype 'a parent = | Node : 'b t * ('a, 'b) Relation.t -> 'a parent| Root(*The type of parents. A term either points to:
- a representative via a relation
- a root if it is a representative