mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
style
This commit is contained in:
parent
15e5a4224d
commit
99b1f25e4f
2 changed files with 10 additions and 4 deletions
|
|
@ -4,8 +4,11 @@ Copyright 2014 Guillaume Bury
|
|||
Copyright 2014 Simon Cruanes
|
||||
*)
|
||||
|
||||
module Make (L : Log_intf.S)(St : Solver_types.S)
|
||||
(Th : Plugin_intf.S with type term = St.term and type formula = St.formula and type proof = St.proof) = struct
|
||||
module Make
|
||||
(L : Log_intf.S)
|
||||
(St : Solver_types.S)
|
||||
(Th : Plugin_intf.S with type term = St.term and type formula = St.formula and type proof = St.proof)
|
||||
= struct
|
||||
|
||||
module Proof = Res.Make(L)(St)
|
||||
|
||||
|
|
|
|||
|
|
@ -4,8 +4,11 @@ Copyright 2014 Guillaume Bury
|
|||
Copyright 2014 Simon Cruanes
|
||||
*)
|
||||
|
||||
module Make (L : Log_intf.S)(St : Solver_types.S)
|
||||
(Th : Plugin_intf.S with type term = St.term and type formula = St.formula and type proof = St.proof) : sig
|
||||
module Make
|
||||
(L : Log_intf.S)
|
||||
(St : Solver_types.S)
|
||||
(Th : Plugin_intf.S with type term = St.term and type formula = St.formula and type proof = St.proof)
|
||||
: sig
|
||||
(** Functor to create a solver parametrised by the atomic formulas and a theory. *)
|
||||
|
||||
exception Unsat
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue