module Expr:sig..end
This modules implements formuals adequate for use in a pure SAT Solver.
Atomic formuals are represented using integers, that should allow
near optimal efficiency (both in terms of space and time).
include Formula_intf.S
val make : int -> tval fresh : unit -> t