src/Pure/Tools/debugger.ML
changeset 62876 507c90523113
parent 62873 2f9c8a18f832
child 62878 1cec457e0a03
--- a/src/Pure/Tools/debugger.ML	Tue Apr 05 19:41:58 2016 +0200
+++ b/src/Pure/Tools/debugger.ML	Tue Apr 05 20:03:24 2016 +0200
@@ -155,7 +155,7 @@
 
 fun eval_context thread_name index SML toks =
   let
-    val context = ML_Context.the_generic_context ();
+    val context = Context.the_generic_context ();
     val context1 =
       if SML orelse forall (fn Antiquote.Text tok => ML_Lex.is_improper tok | _ => false) toks
       then context