src/Pure/ML/ml_process.scala
changeset 67219 81e9804b2014
parent 67052 caf87d4b9b61
child 67471 bddfa23a4ea9
--- a/src/Pure/ML/ml_process.scala	Sat Dec 16 20:02:40 2017 +0100
+++ b/src/Pure/ML/ml_process.scala	Sat Dec 16 21:53:07 2017 +0100
@@ -102,7 +102,8 @@
           def print_list(list: List[String]): String =
             ML_Syntax.print_list(ML_Syntax.print_string_bytes)(list)
           List("Resources.init_session_base" +
-            " {global_theories = " + print_table(base.global_theories.toList) +
+            " {sessions = " + print_list(base.known.sessions.toList) +
+            ", global_theories = " + print_table(base.global_theories.toList) +
             ", loaded_theories = " + print_list(base.loaded_theories.keys) +
             ", known_theories = " + print_table(base.dest_known_theories) + "}")
       }