Module type Parameters.GENERIC_TERM

A type for generic terms stored in our functional union-find structures. This should be a subtype PatriciaTree.HeterogeneousKey.

include SIMPLE_GENERIC_TERM
type 'a t
val polyeq : 'a t -> 'b t -> ('a, 'b) PatriciaTree.cmp
val to_int : 'a t -> int
val pretty : Stdlib.Format.formatter -> 'a t -> unit