src/Tools/Code/code_runtime.ML
changeset 55188 7ca0204ece66
parent 55150 0940309ed8f1
child 55304 55ac31bc08a4
--- a/src/Tools/Code/code_runtime.ML	Thu Jan 30 16:09:03 2014 +0100
+++ b/src/Tools/Code/code_runtime.ML	Thu Jan 30 16:09:04 2014 +0100
@@ -196,7 +196,7 @@
 fun evaluation_code thy module_name tycos consts =
   let
     val ctxt = Proof_Context.init_global thy;
-    val program = Code_Thingol.consts_program thy false consts;
+    val program = Code_Thingol.consts_program thy consts;
     val (ml_modules, target_names) =
       Code_Target.produce_code_for thy
         target NONE module_name [] program (map Constant consts @ map Type_Constructor tycos);