program wrapper: controlled_execution ensures proper thread attributes (global default is unsafe due to InterruptAsynch;
authorwenzelm
Thu, 02 Oct 2008 19:38:48 +0200
changeset 28463 b8f16c92122a
parent 28462 6ec603695aaf
child 28464 dcc030b52583
program wrapper: controlled_execution ensures proper thread attributes (global default is unsafe due to InterruptAsynch;
src/Pure/Isar/toplevel.ML
--- a/src/Pure/Isar/toplevel.ML	Thu Oct 02 17:18:36 2008 +0200
+++ b/src/Pure/Isar/toplevel.ML	Thu Oct 02 19:38:48 2008 +0200
@@ -309,7 +309,7 @@
 
 fun program f =
  (f
-  |> debugging
+  |> controlled_execution
   |> toplevel_error) ();
 
 end;