mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-09 12:45:48 -05:00
fix(proof): add neg-normalization
This commit is contained in:
parent
ffa450ba08
commit
7d70994758
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ end = struct
|
||||||
Array.iter add_needed_step exprs;
|
Array.iter add_needed_step exprs;
|
||||||
let p = lazy (
|
let p = lazy (
|
||||||
let exprs = Util.array_to_list_map L_terms.find exprs in
|
let exprs = Util.array_to_list_map L_terms.find exprs in
|
||||||
P.bool_c rule exprs
|
P.nn @@ P.bool_c rule exprs
|
||||||
) in
|
) in
|
||||||
L_proofs.add lid p;
|
L_proofs.add lid p;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue