--- a/src/Pure/Isar/toplevel.ML Tue Nov 17 14:51:57 2009 +0100
+++ b/src/Pure/Isar/toplevel.ML Tue Nov 17 15:53:35 2009 +0100
@@ -302,7 +302,8 @@
local
fun apply_tr int (Init (_, f, exit)) (State (NONE, _)) =
- State (SOME (Theory (Context.Theory (Theory.checkpoint (f int)), NONE), exit), NONE)
+ State (SOME (Theory (Context.Theory
+ (Theory.checkpoint (Runtime.controlled_execution f int)), NONE), exit), NONE)
| apply_tr _ Exit (State (prev as SOME (Theory (Context.Theory _, _), _), _)) =
State (NONE, prev)
| apply_tr _ CommitExit (State (NONE, SOME (Theory (Context.Theory thy, _), exit))) =