added predicate compile preprocessing structure for definitional thms -- probably is replaced by hooking the theorem command differently
authorbulwahn
Wed, 23 Sep 2009 16:20:12 +0200
changeset 32660 e3aab585531d
parent 32659 ffe062d9ae95
child 32661 f4d179d91af2
added predicate compile preprocessing structure for definitional thms -- probably is replaced by hooking the theorem command differently
src/HOL/HOL.thy
--- 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 *}