mirror of
https://github.com/c-cube/sidekick.git
synced 2026-01-22 09:17:12 -05:00
missing change
This commit is contained in:
parent
1ce3973f9e
commit
22ebead17a
1 changed files with 2 additions and 2 deletions
|
|
@ -14,8 +14,8 @@
|
|||
module type S = Solver_intf.S
|
||||
|
||||
(** Simple case where the proof type is [unit] and the theory is empty *)
|
||||
module DummyTheory(F : Formula_intf.S with type proof = unit) :
|
||||
Theory_intf.S with type formula = F.t and type proof = unit
|
||||
module DummyTheory(F : Formula_intf.S) :
|
||||
Theory_intf.S with type formula = F.t and type proof = F.proof
|
||||
|
||||
module Make (F : Formula_intf.S)
|
||||
(Th : Theory_intf.S with type formula = F.t and type proof = F.proof)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue