regular export with implicit compression: result is uncompressed;
authorwenzelm
Sun, 13 Jan 2019 19:03:16 +0100
changeset 69647 cf50cee2adee
parent 69646 aac49f64051d
child 69648 97ddaec3e2ae
regular export with implicit compression: result is uncompressed;
src/Tools/Code/code_target.ML
--- a/src/Tools/Code/code_target.ML	Sun Jan 13 18:48:25 2019 +0100
+++ b/src/Tools/Code/code_target.ML	Sun Jan 13 19:03:16 2019 +0100
@@ -177,9 +177,9 @@
       ());
 
 fun export_to_exports thy width (Singleton (extension, p)) =
-      Export.export_raw thy (generatedN ^ "." ^ extension) [Code_Printer.format [] width p]
+      Export.export thy (generatedN ^ "." ^ extension) [Code_Printer.format [] width p]
   | export_to_exports thy width (Hierarchy code_modules) = (
-      map (fn (names, p) => Export.export_raw thy (Path.implode (Path.make names))
+      map (fn (names, p) => Export.export thy (Path.implode (Path.make names))
         [Code_Printer.format [] width p]) code_modules;
       ());