src/Pure/proofterm.ML
changeset 70991 f9f7c34b7dd4
parent 70990 e5e34bd28257
child 71003 699ff83813c0
--- a/src/Pure/proofterm.ML	Sat Nov 02 10:56:53 2019 +0100
+++ b/src/Pure/proofterm.ML	Sat Nov 02 12:02:27 2019 +0100
@@ -2151,12 +2151,12 @@
         val encode_proof = encode_standard_proof consts;
       in pair (list (pair string sort)) (pair encode_vars (pair encode_term encode_proof)) end;
   in
-    YXML.chunks_of_body xml |> Export.export_params
+    Export.export_params
      {theory = thy,
       binding = Path.binding0 (Path.make ["proofs", string_of_int i]),
       executable = false,
       compress = true,
-      strict = false}
+      strict = false} xml
   end;
 
 fun export thy i prop prf =