module Expr_intf:sig
..end
This modules defines the required implementation of expressions for Mcsat.
typenegated =
Formula_intf.negated
=
| |
Negated |
(* |
changed sign
| *) |
| |
Same_sign |
(* |
kept sign
| *) |
Expr_intf.S.norm
for more details.module type S =sig
..end