src/Pure/Proof/extraction.ML
changeset 77824 e3fe192fa4a8
parent 74561 8e6c973003c8
child 77825 61f652dd955a
--- a/src/Pure/Proof/extraction.ML	Tue Apr 11 13:23:46 2023 +0200
+++ b/src/Pure/Proof/extraction.ML	Tue Apr 11 15:03:02 2023 +0200
@@ -182,7 +182,7 @@
           | _ => I);
     val body =
       PBody
-       {oracles = Ord_List.make Proofterm.oracle_ord oracles,
+       {oracles = Oracles.make oracles,
         thms = Ord_List.make Proofterm.thm_ord thms,
         proof = prf};
   in Proofterm.thm_body body end;