Parameter GenericRelational.Node
include Parameters.SIMPLE_GENERIC_ELT
val polyeq : 'a t -> 'b t -> ('a, 'b) PatriciaTree.cmppolymorphic equality on elements
module Relation : Parameters.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