Module type Parameters.NODE
Nodes stored in the union find. Nodes must inject into integers via NODE.to_int.
val to_int : t -> intReturns a unique integer identifier associated with the given element (eg hash-consed tag). See PatriciaTree.HETEROGENEOUS_KEY.to_int
val pretty : Stdlib.Format.formatter -> t -> unitPretty printer