diff --git a/solver/mcsolver.mli b/solver/mcsolver.mli index 83a9e6b9..261fe622 100644 --- a/solver/mcsolver.mli +++ b/solver/mcsolver.mli @@ -11,7 +11,8 @@ module Make (E : Expr_intf.S) exception Unsat module St : Mcsolver_types.S - with type formula = E.Formula.t + with type term = E.Term.t + and type formula = E.Formula.t module Proof : Res.S with type atom = St.atom