added ex/Abstract_NAT.thy;
authorwenzelm
Thu, 16 Feb 2006 21:11:58 +0100
changeset 19085 a1a251b297dd
parent 19084 19620462f4a6
child 19086 1b3780be6cc2
added ex/Abstract_NAT.thy;
src/HOL/IsaMakefile
src/HOL/ex/ROOT.ML
--- a/src/HOL/IsaMakefile	Thu Feb 16 19:39:02 2006 +0100
+++ b/src/HOL/IsaMakefile	Thu Feb 16 21:11:58 2006 +0100
@@ -606,9 +606,9 @@
 
 HOL-ex: HOL $(LOG)/HOL-ex.gz
 
-$(LOG)/HOL-ex.gz: $(OUT)/HOL ex/Antiquote.thy ex/BT.thy ex/BinEx.thy	\
-  ex/Classical.thy ex/Chinese.thy Library/Commutative_Ring.thy		\
-  ex/Commutative_RingEx.thy						\
+$(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/Hebrew.thy			\
   ex/Higher_Order_Logic.thy ex/Hilbert_Classical.thy ex/InSort.thy	\
   ex/InductiveInvariant.thy ex/InductiveInvariant_examples.thy		\
--- a/src/HOL/ex/ROOT.ML	Thu Feb 16 19:39:02 2006 +0100
+++ b/src/HOL/ex/ROOT.ML	Thu Feb 16 21:11:58 2006 +0100
@@ -5,6 +5,7 @@
 *)
 
 time_use_thy "Higher_Order_Logic";
+time_use_thy "Abstract_NAT";
 
 time_use_thy "Recdefs";
 time_use_thy "InductiveInvariant_examples";