module Formula_intf:sig
..end
This module defines the required implementation of formulas for
an SMT solver.
type
negated =
| |
Negated |
(* |
changed sign
| *) |
| |
Same_sign |
(* |
kept sign
| *) |
Expr_intf.S.norm
for more details.module type S =sig
..end