IntArith;
authorwenzelm
Mon, 04 Oct 1999 21:47:16 +0200
changeset 7706 da41066983e5
parent 7705 222b715b5d24
child 7707 1f4b67fdfdae
IntArith;
src/HOL/Integ/IntDiv.thy
src/HOL/Real/RealBin.thy
--- 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