added predicate compile preprocessing structure for definitional thms -- probably is replaced by hooking the theorem command differently
--- a/src/HOL/HOL.thy Wed Sep 23 16:20:12 2009 +0200
+++ b/src/HOL/HOL.thy Wed Sep 23 16:20:12 2009 +0200
@@ -2021,6 +2021,15 @@
quickcheck_params [size = 5, iterations = 50]
+subsection {* Preprocessing for the predicate compiler *}
+
+ML {*
+structure Predicate_Compile_Preproc_Const_Defs = Named_Thms
+(
+ val name = "predicate_compile_preproc_const_def"
+ val description = "definitions of constants as needed by the preprocessing for the predicate compiler "
+)
+*}
subsection {* Nitpick setup *}