src/HOL/Tools/Predicate_Compile/predicate_compile_fun.ML
changeset 40053 3fa49ea76cbb
parent 39802 7cadad6a18cc
child 40843 b254814a094c
--- a/src/HOL/Tools/Predicate_Compile/predicate_compile_fun.ML	Thu Oct 21 19:13:09 2010 +0200
+++ b/src/HOL/Tools/Predicate_Compile/predicate_compile_fun.ML	Thu Oct 21 19:13:10 2010 +0200
@@ -312,7 +312,7 @@
       fun functional_mode_of T =
         list_fun_mode (replicate (length (binder_types T)) Input @ [Output])
       val thy''' = fold
-        (fn (predname, Const (name, T)) => Predicate_Compile_Core.register_alternative_function
+        (fn (predname, Const (name, T)) => Core_Data.register_alternative_function
           predname (functional_mode_of T) name)
       (dst_prednames ~~ dst_funs) thy''
     in