We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce3973 commit 22ebeadCopy full SHA for 22ebead
solver/solver.mli
@@ -14,8 +14,8 @@
14
module type S = Solver_intf.S
15
16
(** 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
+module DummyTheory(F : Formula_intf.S) :
+ Theory_intf.S with type formula = F.t and type proof = F.proof
19
20
module Make (F : Formula_intf.S)
21
(Th : Theory_intf.S with type formula = F.t and type proof = F.proof)
0 commit comments