flags as in 'ML' command;
authorwenzelm
Sat, 09 Apr 2016 19:09:11 +0200
changeset 62931 09b516854210
parent 62930 51ac6bc389e8
child 62932 db12de2367ca
flags as in 'ML' command;
src/Pure/ML/ml_context.ML
--- a/src/Pure/ML/ml_context.ML	Sat Apr 09 16:16:05 2016 +0200
+++ b/src/Pure/ML/ml_context.ML	Sat Apr 09 19:09:11 2016 +0200
@@ -220,4 +220,4 @@
 
 end;
 
-val ML = ML_Context.eval_source ML_Compiler.flags;
+val ML = ML_Context.eval_source (ML_Compiler.verbose true ML_Compiler.flags);