# HG changeset patch # User nipkow # Date 1182855708 -7200 # Node ID cc726aa7d66a46615f7b4e0a26e9eb1d6892881c # Parent e5874335a655772902c6140fd3ae023be727223c added NBE diff -r e5874335a655 -r cc726aa7d66a src/HOL/IsaMakefile --- a/src/HOL/IsaMakefile Tue Jun 26 08:42:04 2007 +0200 +++ b/src/HOL/IsaMakefile Tue Jun 26 13:01:48 2007 +0200 @@ -659,7 +659,7 @@ ex/Intuitionistic.thy ex/Lagrange.thy ex/Locales.thy \ ex/LocaleTest2.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/NatSum.thy ex/NBE.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/coopertac.ML ex/coopereif.ML \ diff -r e5874335a655 -r cc726aa7d66a src/HOL/ex/ROOT.ML --- a/src/HOL/ex/ROOT.ML Tue Jun 26 08:42:04 2007 +0200 +++ b/src/HOL/ex/ROOT.ML Tue Jun 26 13:01:48 2007 +0200 @@ -65,6 +65,8 @@ time_use_thy "Commutative_Ring_Complete"; time_use_thy "Reflection"; +time_use_thy "NBE"; + time_use_thy "set"; time_use_thy "MT";