proof: normalize clauses in rw

This commit is contained in:
Simon Cruanes 2021-11-10 18:30:12 -05:00
parent a8a851a7de
commit ffa450ba08
No known key found for this signature in database
GPG key ID: 4AC01D0849AA62B6

View file

@ -215,7 +215,7 @@ end = struct
let name = name_clause lid in let name = name_clause lid in
let step = lazy ( 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 using = Util.array_to_list_map L_proofs.find using in
let res = !! res in let res = !! res in
P.S_step_c {name; res; proof=P.Clause_rw {res; c0=c; using}} P.S_step_c {name; res; proof=P.Clause_rw {res; c0=c; using}}