src/Pure/PIDE/command.ML
changeset 66167 1bd268ab885c
parent 65948 de7888573ed7
child 66379 6392766f3c25
--- a/src/Pure/PIDE/command.ML	Thu Jun 22 14:27:13 2017 +0200
+++ b/src/Pure/PIDE/command.ML	Thu Jun 22 15:20:32 2017 +0200
@@ -264,7 +264,7 @@
             (fn () =>
               read keywords thy master_dir init blobs_info span |> Toplevel.exec_id exec_id) ();
       in eval_state keywords span tr eval_state0 end;
-  in Eval {exec_id = exec_id, eval_process = Lazy.lazy process} end;
+  in Eval {exec_id = exec_id, eval_process = Lazy.lazy_name "Command.eval" process} end;
 
 end;
 
@@ -322,7 +322,7 @@
       in
         Print {
           name = name, args = args, delay = delay, pri = pri, persistent = persistent,
-          exec_id = exec_id, print_process = Lazy.lazy process}
+          exec_id = exec_id, print_process = Lazy.lazy_name "Command.print" process}
       end;
 
     fun bad_print name args exn =