mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-09 20:55:39 -05:00
Typo
This commit is contained in:
parent
0050fdae3c
commit
5786e26705
1 changed files with 1 additions and 1 deletions
|
|
@ -512,7 +512,7 @@ module Make (L : Log_intf.S)(E : Expr_intf.S)
|
|||
if init then init0
|
||||
else make_clause name atoms size true (History [init0])
|
||||
in
|
||||
L.debug 1 "New clause : %a" St.pp_clause init0;
|
||||
L.debug 1 "New clause : %a" St.pp_clause clause;
|
||||
Proof.prove clause;
|
||||
attach_clause clause;
|
||||
Vec.push env.clauses clause;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue