mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-08 20:25:31 -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;
|
||||
let p = lazy (
|
||||
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
|
||||
L_proofs.add lid p;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue