Module type Solver_intf.FORMULA
val hash : t -> int
Hashing function for formulas. Should be such that two formulas equal according to
Expr_intf
.S.equal have the same hash.
Solver_intf.FORMULA
val hash : t -> int
Hashing function for formulas. Should be such that two formulas equal according to Expr_intf
.S.equal have the same hash.