added Induct/Common_Patterns.thy;
authorwenzelm
Sun, 16 Sep 2007 21:04:44 +0200
changeset 24607 fc06b84acd81
parent 24606 7acbb982fc77
child 24608 aae1095dbe3b
added Induct/Common_Patterns.thy;
src/HOL/Induct/ROOT.ML
src/HOL/IsaMakefile
--- a/src/HOL/Induct/ROOT.ML	Sun Sep 16 21:04:43 2007 +0200
+++ b/src/HOL/Induct/ROOT.ML	Sun Sep 16 21:04:44 2007 +0200
@@ -1,6 +1,9 @@
 
 (* $Id$ *)
 
+setmp quick_and_dirty true
+  use_thy "Common_Patterns";
+
 use_thys ["Mutil", "QuoDataType", "QuoNestedDataType", "Term",
   "ABexp", "Tree", "Ordinals", "Sigma_Algebra", "Comb", "PropLog",
   "SList", "LFilter", "Com"];
--- a/src/HOL/IsaMakefile	Sun Sep 16 21:04:43 2007 +0200
+++ b/src/HOL/IsaMakefile	Sun Sep 16 21:04:44 2007 +0200
@@ -248,7 +248,7 @@
 HOL-Induct: HOL $(LOG)/HOL-Induct.gz
 
 $(LOG)/HOL-Induct.gz: $(OUT)/HOL \
-  Induct/Com.thy Induct/Comb.thy Induct/LFilter.thy \
+  Induct/Common_Patterns.thy Induct/Com.thy Induct/Comb.thy Induct/LFilter.thy \
   Induct/LList.thy Induct/Mutil.thy Induct/Ordinals.thy \
   Induct/PropLog.thy Induct/QuoNestedDataType.thy Induct/QuoDataType.thy\
   Induct/ROOT.ML \