src/Pure/ROOT
changeset 62508 d0b68218ea55
parent 62505 9e2a65912111
child 62516 5732f1c31566
--- a/src/Pure/ROOT	Thu Mar 03 21:35:16 2016 +0100
+++ b/src/Pure/ROOT	Thu Mar 03 21:59:21 2016 +0100
@@ -1,39 +1,8 @@
 chapter Pure
 
-session RAW =
-  theories
-  files
-    "RAW/ROOT_polyml.ML"
-    "RAW/exn.ML"
-    "RAW/fixed_int_dummy.ML"
-    "RAW/ml_compiler0.ML"
-    "RAW/ml_debugger.ML"
-    "RAW/ml_heap.ML"
-    "RAW/ml_name_space.ML"
-    "RAW/ml_pretty.ML"
-    "RAW/ml_profiling.ML"
-    "RAW/ml_system.ML"
-    "RAW/multithreading.ML"
-    "RAW/secure.ML"
-    "RAW/unsynchronized.ML"
-
 session Pure =
   global_theories Pure
   files
-    "RAW/ROOT_polyml.ML"
-    "RAW/exn.ML"
-    "RAW/fixed_int_dummy.ML"
-    "RAW/ml_compiler0.ML"
-    "RAW/ml_debugger.ML"
-    "RAW/ml_heap.ML"
-    "RAW/ml_name_space.ML"
-    "RAW/ml_pretty.ML"
-    "RAW/ml_profiling.ML"
-    "RAW/ml_system.ML"
-    "RAW/multithreading.ML"
-    "RAW/secure.ML"
-    "RAW/unsynchronized.ML"
-
     "Concurrent/bash.ML"
     "Concurrent/bash_windows.ML"
     "Concurrent/cache.ML"
@@ -42,6 +11,7 @@
     "Concurrent/future.ML"
     "Concurrent/lazy.ML"
     "Concurrent/mailbox.ML"
+    "Concurrent/multithreading.ML"
     "Concurrent/par_exn.ML"
     "Concurrent/par_list.ML"
     "Concurrent/random.ML"
@@ -50,6 +20,7 @@
     "Concurrent/synchronized.ML"
     "Concurrent/task_queue.ML"
     "Concurrent/time_limit.ML"
+    "Concurrent/unsynchronized.ML"
     "General/alist.ML"
     "General/antiquote.ML"
     "General/balanced_tree.ML"
@@ -58,6 +29,7 @@
     "General/buffer.ML"
     "General/change_table.ML"
     "General/completion.ML"
+    "General/exn.ML"
     "General/file.ML"
     "General/graph.ML"
     "General/graph_display.ML"
@@ -77,6 +49,7 @@
     "General/queue.ML"
     "General/same.ML"
     "General/scan.ML"
+    "General/secure.ML"
     "General/seq.ML"
     "General/sha1.ML"
     "General/sha1_polyml.ML"
@@ -130,17 +103,25 @@
     "ML/exn_debugger.ML"
     "ML/exn_output.ML"
     "ML/exn_properties.ML"
+    "ML/fixed_int_dummy.ML"
     "ML/install_pp_polyml.ML"
     "ML/ml_antiquotation.ML"
     "ML/ml_compiler.ML"
+    "ML/ml_compiler0.ML"
     "ML/ml_context.ML"
+    "ML/ml_debugger.ML"
     "ML/ml_env.ML"
     "ML/ml_file.ML"
+    "ML/ml_heap.ML"
     "ML/ml_lex.ML"
+    "ML/ml_name_space.ML"
     "ML/ml_options.ML"
+    "ML/ml_pretty.ML"
+    "ML/ml_profiling.ML"
     "ML/ml_statistics.ML"
     "ML/ml_statistics_dummy.ML"
     "ML/ml_syntax.ML"
+    "ML/ml_system.ML"
     "PIDE/active.ML"
     "PIDE/command.ML"
     "PIDE/command_span.ML"