src/Pure/PIDE/markup.ML
changeset 65313 347ed6219dab
parent 64677 8dc24130e8fe
child 66044 bd7516709051
--- a/src/Pure/PIDE/markup.ML	Sat Mar 18 20:35:58 2017 +0100
+++ b/src/Pure/PIDE/markup.ML	Sat Mar 18 20:51:42 2017 +0100
@@ -194,7 +194,7 @@
   val command_timing: Properties.entry
   val loading_theory: string -> Properties.T
   val dest_loading_theory: Properties.T -> string option
-  val build_theories_result: string -> Properties.T
+  val build_session_finished: Properties.T
   val print_operationsN: string
   val print_operations: Properties.T
   val debugger_state: string -> Properties.T
@@ -618,7 +618,7 @@
 fun dest_loading_theory [("function", "loading_theory"), ("name", name)] = SOME name
   | dest_loading_theory _ = NONE;
 
-fun build_theories_result id = [("function", "build_theories_result"), ("id", id)];
+val build_session_finished = [("function", "build_session_finished")];
 
 val print_operationsN = "print_operations";
 val print_operations = [(functionN, print_operationsN)];