Fixed indentation

This commit is contained in:
Guillaume Bury 2014-11-12 16:51:41 +01:00
parent 73c9082b3a
commit b44c3c3559

View file

@ -18,13 +18,13 @@ module Make (F : Formula_intf.S)
exception Unsat
module St : Solver_types.S with
type formula = F.t
module St : Solver_types.S
with type formula = F.t
module Proof : Res.S with
type atom = St.atom and
type clause = St.clause and
type lemma = Th.proof
module Proof : Res.S
with type atom = St.atom
and type clause = St.clause
and type lemma = Th.proof
val solve : unit -> unit
(** Try and solves the current set of assumptions.