--- a/src/HOL/Integ/IntDiv.thy Mon Oct 04 21:46:49 1999 +0200
+++ b/src/HOL/Integ/IntDiv.thy Mon Oct 04 21:47:16 1999 +0200
@@ -6,7 +6,7 @@
The division operators div, mod and the divides relation "dvd"
*)
-IntDiv = Bin + Recdef +
+IntDiv = IntArith + Recdef +
constdefs
quorem :: "(int*int) * (int*int) => bool"
--- a/src/HOL/Real/RealBin.thy Mon Oct 04 21:46:49 1999 +0200
+++ b/src/HOL/Real/RealBin.thy Mon Oct 04 21:47:16 1999 +0200
@@ -8,7 +8,7 @@
This case is reduced to that for the integers
*)
-RealBin = RealInt + Bin +
+RealBin = RealInt + IntArith +
instance
real :: number