using precompiled Predicate.map
authorhaftmann
Thu, 21 May 2009 19:15:22 +0200
changeset 31225 df6945ac4193
parent 31224 6f4fb815439a
child 31233 c4c1692d4eee
using precompiled Predicate.map
src/HOL/ex/Predicate_Compile.thy
--- a/src/HOL/ex/Predicate_Compile.thy	Thu May 21 16:51:00 2009 +0200
+++ b/src/HOL/ex/Predicate_Compile.thy	Thu May 21 19:15:22 2009 +0200
@@ -24,7 +24,7 @@
     val T2 = T1 --> mk_predT T --> mk_predT @{typ term};
     val t' = Const (@{const_name Predicate.map}, T2) (*FIXME*)
       $ Const (@{const_name Code_Eval.term_of}, T1) $ t;
-  in (T, Code_ML.eval NONE ("Predicate_Compile.eval_ref", eval_ref) @{code Predicate.map} thy t' []) end;
+  in (T, Code_ML.eval NONE ("Predicate_Compile.eval_ref", eval_ref) Predicate.map thy t' []) end;
 
 fun values ctxt k t_compr =
   let