src/HOL/Tools/Predicate_Compile/predicate_compile_quickcheck.ML
changeset 34028 1e6206763036
parent 33756 47b7c9e0bf6e
child 34948 2d5f2a9f7601
--- a/src/HOL/Tools/Predicate_Compile/predicate_compile_quickcheck.ML	Mon Dec 07 14:54:28 2009 +0100
+++ b/src/HOL/Tools/Predicate_Compile/predicate_compile_quickcheck.ML	Mon Dec 07 16:27:48 2009 +0100
@@ -106,7 +106,7 @@
       mk_split_lambda (map Free vs') (mk_return (HOLogic.mk_list @{typ term}
       (map2 HOLogic.mk_term_of (map snd vs') (map Free vs'))))))
     val _ = tracing (Syntax.string_of_term ctxt' qc_term)
-    val compile = Code_ML.eval (SOME target) ("Predicate_Compile_Quickcheck.test_ref", test_ref)
+    val compile = Code_Eval.eval (SOME target) ("Predicate_Compile_Quickcheck.test_ref", test_ref)
       (fn proc => fn g => fn s => g s #>> (Predicate.map o map) proc)
       thy'' qc_term []
   in