report ML_source;
authorwenzelm
Thu, 14 Aug 2008 20:13:43 +0200
changeset 27878 1ba19c9edd18
parent 27877 af9f0adbab1f
child 27879 67d14d7c7143
report ML_source;
src/Pure/ML/ml_context.ML
--- a/src/Pure/ML/ml_context.ML	Thu Aug 14 20:13:42 2008 +0200
+++ b/src/Pure/ML/ml_context.ML	Thu Aug 14 20:13:43 2008 +0200
@@ -163,6 +163,7 @@
 
 fun eval_wrapper pr verbose pos txt =
   let
+    val _ = Position.report Markup.ML_source pos;
     val struct_name =
       if Multithreading.available then "Isabelle" ^ serial_string ()
       else "Isabelle";