# HG changeset patch # User wenzelm # Date 1189969484 -7200 # Node ID fc06b84acd81f92b791e6e5ed9cbcf55e8ce2a48 # Parent 7acbb982fc771a874d59d29c9fc1b858e3818884 added Induct/Common_Patterns.thy; diff -r 7acbb982fc77 -r fc06b84acd81 src/HOL/Induct/ROOT.ML --- 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"]; diff -r 7acbb982fc77 -r fc06b84acd81 src/HOL/IsaMakefile --- 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 \