changeset 79114 | 686b7b14d041 |
parent 79113 | 5109e4b2a292 |
child 79167 | 4fb0723dc5fc |
--- a/src/Pure/Proof/extraction.ML Sat Dec 02 15:42:50 2023 +0100 +++ b/src/Pure/Proof/extraction.ML Sat Dec 02 19:57:57 2023 +0100 @@ -184,6 +184,7 @@ PBody {oracles = Ord_List.make Proofterm.oracle_ord oracles, thms = Ord_List.make Proofterm.thm_ord thms, + zboxes = Proofterm.empty_zboxes, proof = (prf, ZDummy)}; in Proofterm.thm_body body end;