mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
fix
This commit is contained in:
parent
af901f54b1
commit
4308eba04d
2 changed files with 2 additions and 1 deletions
|
|
@ -16,6 +16,7 @@ module Solver_arg = struct
|
||||||
let is_valid_literal _ = true
|
let is_valid_literal _ = true
|
||||||
module P = Proof_stub
|
module P = Proof_stub
|
||||||
type proof = P.t
|
type proof = P.t
|
||||||
|
type proof_step = P.proof_step
|
||||||
end
|
end
|
||||||
|
|
||||||
(** SMT solver, obtained from {!Sidekick_smt_solver} *)
|
(** SMT solver, obtained from {!Sidekick_smt_solver} *)
|
||||||
|
|
|
||||||
|
|
@ -587,7 +587,7 @@ module Make(A : ARG)
|
||||||
ty_st;
|
ty_st;
|
||||||
cc = lazy (
|
cc = lazy (
|
||||||
(* lazily tie the knot *)
|
(* lazily tie the knot *)
|
||||||
CC.create ~size:`Big self.tst;
|
CC.create ~size:`Big self.tst self.proof;
|
||||||
);
|
);
|
||||||
proof;
|
proof;
|
||||||
th_states=Ths_nil;
|
th_states=Ths_nil;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue