Removed some warnings

This commit is contained in:
Guillaume Bury 2014-11-03 18:39:47 +01:00
parent 588f7fb7ed
commit df58c57622
2 changed files with 0 additions and 3 deletions

View file

@ -82,7 +82,6 @@ module Make(Dummy : sig end) = struct
let _i = ref 0 let _i = ref 0
type atom = Fsat.t type atom = Fsat.t
type state = SatSolver.t
let new_atom () = let new_atom () =
try try

View file

@ -10,8 +10,6 @@
(* *) (* *)
(**************************************************************************) (**************************************************************************)
open Format
module Make (F : Formula_intf.S) module Make (F : Formula_intf.S)
(St : Solver_types.S with type formula = F.t) (St : Solver_types.S with type formula = F.t)
(Ex : Explanation.S with type atom = St.atom) (Ex : Explanation.S with type atom = St.atom)