more robust -- avoid interference with Proofterm.proofs := 0 in ML_Bootstrap.thy;
authorwenzelm
Fri, 18 Oct 2019 22:45:09 +0200
changeset 70905 a6304b4664b6
parent 70904 caf91f9b847b
child 70906 b9567a9f44a0
more robust -- avoid interference with Proofterm.proofs := 0 in ML_Bootstrap.thy;
src/Pure/ROOT
--- a/src/Pure/ROOT	Fri Oct 18 22:44:19 2019 +0200
+++ b/src/Pure/ROOT	Fri Oct 18 22:45:09 2019 +0200
@@ -4,8 +4,9 @@
   description "
     The Pure logical framework.
   "
-  options [threads = 1, export_theory, export_proofs]
+  options [threads = 1]
+  theories [export_theory, export_proofs]
+    Pure (global)
   theories
-    Pure (global)
     ML_Bootstrap (global)
     Sessions