Fixed an interface omission

This commit is contained in:
Guillaume Bury 2015-01-09 15:04:06 +01:00
parent a499d65fde
commit ff25fae192

View file

@ -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