new theory IntDiv.thy
authorpaulson
Thu, 08 Jul 1999 13:37:40 +0200
changeset 6914 ad689270a265
parent 6913 6607f9937146
child 6915 4ab8e31a8421
new theory IntDiv.thy
src/HOL/Main.thy
src/HOL/ROOT.ML
--- a/src/HOL/Main.thy	Thu Jul 08 13:35:33 1999 +0200
+++ b/src/HOL/Main.thy	Thu Jul 08 13:37:40 1999 +0200
@@ -1,4 +1,4 @@
 
 (*theory Main includes everything*)
 
-Main = Bin + Map + Recdef + Record + RelPow + Sexp + String + Calculation
+Main = IntDiv + Map + Recdef + Record + RelPow + Sexp + String + Calculation
--- a/src/HOL/ROOT.ML	Thu Jul 08 13:35:33 1999 +0200
+++ b/src/HOL/ROOT.ML	Thu Jul 08 13:37:40 1999 +0200
@@ -69,7 +69,7 @@
 cd "Integ";
 use_thy "IntDef";
 use "simproc.ML";
-use_thy "Bin";
+use_thy "IntDiv";
 cd "..";
 
 (*the all-in-one theory*)