mirror of
https://github.com/c-cube/sidekick.git
synced 2026-01-23 01:46:43 -05:00
Fixed an interface omission
This commit is contained in:
parent
a499d65fde
commit
ff25fae192
1 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,8 @@ module Make (E : Expr_intf.S)
|
|||
exception Unsat
|
||||
|
||||
module St : Mcsolver_types.S
|
||||
with type formula = E.Formula.t
|
||||
with type term = E.Term.t
|
||||
and type formula = E.Formula.t
|
||||
|
||||
module Proof : Res.S
|
||||
with type atom = St.atom
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue