Parameter GenericRelationalValued.Node
include Parameters.UF_NODE
include Parameters.SIMPLE_GENERIC_ELT
val polyeq : 'a t -> 'b t -> ('a, 'b) PatriciaTree.cmppolymorphic equality on elements
module Relation : Parameters.GENERIC_GROUPmodule Value :
Parameters.SIMPLE_GENERIC_VALUE
with type ('a, 'b) relation = ('a, 'b) Relation.tThe type of root nodes, attached to each representative
type 'a parent = | Node : 'b t * ('a, 'b) Relation.t -> 'a parent| Root of 'a root(*The type of parents. A term either points to:
- a representative via a relation
- a root if it is a representative