mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
Removed some warnings
This commit is contained in:
parent
588f7fb7ed
commit
df58c57622
2 changed files with 0 additions and 3 deletions
|
|
@ -82,7 +82,6 @@ module Make(Dummy : sig end) = struct
|
|||
let _i = ref 0
|
||||
|
||||
type atom = Fsat.t
|
||||
type state = SatSolver.t
|
||||
|
||||
let new_atom () =
|
||||
try
|
||||
|
|
|
|||
|
|
@ -10,8 +10,6 @@
|
|||
(* *)
|
||||
(**************************************************************************)
|
||||
|
||||
open Format
|
||||
|
||||
module Make (F : Formula_intf.S)
|
||||
(St : Solver_types.S with type formula = F.t)
|
||||
(Ex : Explanation.S with type atom = St.atom)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue