# HG changeset patch # User wenzelm # Date 1169299665 -3600 # Node ID 0d49078c28bd1b8091ae9c610200ccf96e3152e1 # Parent 539a63b98f76972ac4549118f76445db730a3e52 added HOL/ex/Binary.thy; diff -r 539a63b98f76 -r 0d49078c28bd src/HOL/IsaMakefile --- 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 \ diff -r 539a63b98f76 -r 0d49078c28bd src/HOL/ex/ROOT.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";