clarified -- prefer new 'ML_export' command;
authorwenzelm
Sun, 26 Aug 2018 15:39:34 +0200
changeset 68812 10732941cc4b
parent 68811 51fdede038c9
child 68813 78edc4bc3bd3
clarified -- prefer new 'ML_export' command;
src/Pure/ML_Bootstrap.thy
--- a/src/Pure/ML_Bootstrap.thy	Sat Aug 25 22:14:12 2018 +0200
+++ b/src/Pure/ML_Bootstrap.thy	Sun Aug 26 15:39:34 2018 +0200
@@ -26,16 +26,13 @@
 
 ML \<open>Proofterm.proofs := 0\<close>
 
-ML \<open>
-  Context.setmp_generic_context NONE
-    ML \<open>
-      List.app ML_Name_Space.forget_structure ML_Name_Space.hidden_structures;
-      structure PolyML =
-      struct
-        val pointerEq = pointer_eq;
-        structure IntInf = PolyML.IntInf;
-      end;
-    \<close>
+ML_export \<open>
+  List.app ML_Name_Space.forget_structure ML_Name_Space.hidden_structures;
+  structure PolyML =
+  struct
+    val pointerEq = pointer_eq;
+    structure IntInf = PolyML.IntInf;
+  end;
 \<close>
 
 ML \<open>\<^assert> (not (can ML \<open>open RunCall\<close>))\<close>