added HOL/ex/Binary.thy;
authorwenzelm
Sat, 20 Jan 2007 14:27:45 +0100
changeset 22140 0d49078c28bd
parent 22139 539a63b98f76
child 22141 a91334ece12a
added HOL/ex/Binary.thy;
src/HOL/IsaMakefile
src/HOL/ex/ROOT.ML
--- a/src/HOL/IsaMakefile	Sat Jan 20 14:09:27 2007 +0100
+++ b/src/HOL/IsaMakefile	Sat Jan 20 14:27:45 2007 +0100
@@ -619,7 +619,7 @@
   ex/Codegenerator.thy ex/Codegenerator_Rat.thy \
   ex/Commutative_RingEx.thy ex/Hex_Bin_Examples.thy	\
   ex/Commutative_Ring_Complete.thy ex/ExecutableContent.thy	\
-  ex/Guess.thy ex/Hebrew.thy			\
+  ex/Guess.thy ex/Hebrew.thy ex/Binary.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			\
--- a/src/HOL/ex/ROOT.ML	Sat Jan 20 14:09:27 2007 +0100
+++ b/src/HOL/ex/ROOT.ML	Sat Jan 20 14:27:45 2007 +0100
@@ -17,6 +17,7 @@
 time_use_thy "Higher_Order_Logic";
 time_use_thy "Abstract_NAT";
 time_use_thy "Guess";
+time_use_thy "Binary";
 
 time_use_thy "Recdefs";
 time_use_thy "InductiveInvariant_examples";