# HG changeset patch # User wenzelm # Date 939066436 -7200 # Node ID da41066983e57017225b2e8155227b5645a99c78 # Parent 222b715b5d24881d054f62d53c9c2ffaec0344ff IntArith; diff -r 222b715b5d24 -r da41066983e5 src/HOL/Integ/IntDiv.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" diff -r 222b715b5d24 -r da41066983e5 src/HOL/Real/RealBin.thy --- 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