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 exception Unsat
module St : Solver_types.S with module St : Solver_types.S
type formula = F.t with type formula = F.t
module Proof : Res.S with module Proof : Res.S
type atom = St.atom and with type atom = St.atom
type clause = St.clause and and type clause = St.clause
type lemma = Th.proof and type lemma = Th.proof
val solve : unit -> unit val solve : unit -> unit
(** Try and solves the current set of assumptions. (** Try and solves the current set of assumptions.