mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
proof: normalize clauses in rw
This commit is contained in:
parent
a8a851a7de
commit
ffa450ba08
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ end = struct
|
|||
let name = name_clause lid in
|
||||
|
||||
let step = lazy (
|
||||
let c = L_proofs.find c in
|
||||
let c = P.nn @@ L_proofs.find c in
|
||||
let using = Util.array_to_list_map L_proofs.find using in
|
||||
let res = !! res in
|
||||
P.S_step_c {name; res; proof=P.Clause_rw {res; c0=c; using}}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue