Module Imperative.MakeNode
Create a simple node by wrapping an elt with a pointer
Parameters
module Elt : Parameters.SIMPLE_GENERIC_ELTmodule Relation : Parameters.GENERIC_GROUPSignature
include Parameters.UF_NODE with module Relation = Relation
include Parameters.SIMPLE_GENERIC_ELT
val polyeq : 'a t -> 'b t -> ('a, 'b) PatriciaTree.cmppolymorphic equality on elements
module Relation = Relationtype '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