added HOL/ex/Reflection;
authorwenzelm
Thu, 03 Aug 2006 15:03:49 +0200
changeset 20325 ec52000deb44
parent 20324 71d63a30cc96
child 20326 cbf31171c147
added HOL/ex/Reflection;
src/HOL/IsaMakefile
src/HOL/ex/ROOT.ML
--- a/src/HOL/IsaMakefile	Thu Aug 03 15:03:11 2006 +0200
+++ b/src/HOL/IsaMakefile	Thu Aug 03 15:03:49 2006 +0200
@@ -635,21 +635,21 @@
 
 HOL-ex: HOL $(LOG)/HOL-ex.gz
 
-$(LOG)/HOL-ex.gz: $(OUT)/HOL ex/Abstract_NAT.thy ex/Antiquote.thy	\
-  ex/BT.thy ex/BinEx.thy ex/Classical.thy ex/Chinese.thy 		\
-  Library/Commutative_Ring.thy ex/Commutative_RingEx.thy		\
-  ex/Commutative_Ring_Complete.thy ex/Guess.thy ex/Hebrew.thy		\
-  ex/Higher_Order_Logic.thy ex/Hilbert_Classical.thy ex/InSort.thy	\
-  ex/InductiveInvariant.thy ex/InductiveInvariant_examples.thy		\
-  ex/Intuitionistic.thy ex/Lagrange.thy ex/Locales.thy ex/MT.ML		\
-  ex/MT.thy ex/MergeSort.thy ex/MonoidGroup.thy ex/Multiquote.thy	\
-  ex/NatSum.thy ex/PER.thy ex/PresburgerEx.thy ex/Primrec.thy		\
-  ex/Puzzle.thy ex/Qsort.thy ex/Quickcheck_Examples.thy ex/ROOT.ML	\
-  ex/Recdefs.thy ex/Records.thy ex/Reflected_Presburger.thy		\
-  ex/Refute_Examples.thy ex/SAT_Examples.thy ex/Sudoku.thy		\
-  ex/SVC_Oracle.ML ex/SVC_Oracle.thy					\
-  ex/StringEx.thy ex/Tarski.thy ex/document/root.bib			\
-  ex/document/root.tex ex/mesontest2.ML ex/mesontest2.thy ex/set.thy	\
+$(LOG)/HOL-ex.gz: $(OUT)/HOL Library/Commutative_Ring.thy			\
+  ex/Abstract_NAT.thy ex/Antiquote.thy ex/BT.thy ex/BinEx.thy			\
+  ex/Chinese.thy ex/Classical.thy ex/Commutative_RingEx.thy			\
+  ex/Commutative_Ring_Complete.thy ex/Guess.thy ex/Hebrew.thy			\
+  ex/Higher_Order_Logic.thy ex/Hilbert_Classical.thy ex/InSort.thy		\
+  ex/InductiveInvariant.thy ex/InductiveInvariant_examples.thy			\
+  ex/Intuitionistic.thy ex/Lagrange.thy ex/Locales.thy ex/MT.ML			\
+  ex/MT.thy ex/MergeSort.thy ex/MonoidGroup.thy ex/Multiquote.thy		\
+  ex/NatSum.thy ex/PER.thy ex/PresburgerEx.thy ex/Primrec.thy			\
+  ex/Puzzle.thy ex/Qsort.thy ex/Quickcheck_Examples.thy				\
+  ex/Reflection.thy ex/ReflectionEx.thy ex/ROOT.ML ex/Recdefs.thy		\
+  ex/Records.thy ex/Reflected_Presburger.thy ex/Refute_Examples.thy		\
+  ex/SAT_Examples.thy ex/SVC_Oracle.ML ex/SVC_Oracle.thy ex/StringEx.thy	\
+  ex/Sudoku.thy ex/Tarski.thy ex/document/root.bib ex/document/root.tex		\
+  ex/mesontest2.ML ex/mesontest2.thy ex/reflection.ML ex/set.thy		\
   ex/svc_funcs.ML ex/svc_test.ML ex/svc_test.thy
 	@$(ISATOOL) usedir $(OUT)/HOL ex
 
--- a/src/HOL/ex/ROOT.ML	Thu Aug 03 15:03:11 2006 +0200
+++ b/src/HOL/ex/ROOT.ML	Thu Aug 03 15:03:49 2006 +0200
@@ -40,6 +40,7 @@
 time_use_thy "Lagrange";
 time_use_thy "Commutative_RingEx";
 time_use_thy "Commutative_Ring_Complete";
+time_use_thy "Reflection";
 
 time_use_thy "set";
 time_use_thy "MT";