mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-10 21:24:06 -05:00
Fixed indentation
This commit is contained in:
parent
73c9082b3a
commit
b44c3c3559
1 changed files with 6 additions and 6 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue