mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-09 04:35:35 -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
|
||||
|
||||
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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue