module Term:sig..end
McSat Terms
type t
The type of terms
val equal : t -> t -> boolEquality over terms.
val hash : t -> intHashing function for terms. Should be such that two terms equal according
to Expr_intf.S.equal have the same hash.
val print : Format.formatter -> t -> unitPrinting function used among other for debugging.