Skip to content

Commit 22ebead

Browse files
committed
missing change
1 parent 1ce3973 commit 22ebead

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solver/solver.mli

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
module type S = Solver_intf.S
1515

1616
(** Simple case where the proof type is [unit] and the theory is empty *)
17-
module DummyTheory(F : Formula_intf.S with type proof = unit) :
18-
Theory_intf.S with type formula = F.t and type proof = unit
17+
module DummyTheory(F : Formula_intf.S) :
18+
Theory_intf.S with type formula = F.t and type proof = F.proof
1919

2020
module Make (F : Formula_intf.S)
2121
(Th : Theory_intf.S with type formula = F.t and type proof = F.proof)

0 commit comments

Comments
 (0)