base on IntArith instead of Int (in order to leave out deleted simproc!);
authorwenzelm
Wed, 10 May 2000 21:04:16 +0200
changeset 8855 ef4848bb0696
parent 8854 c2cd9e1b6142
child 8856 435187ffc64e
base on IntArith instead of Int (in order to leave out deleted simproc!);
src/HOL/Calculation.thy
--- a/src/HOL/Calculation.thy	Wed May 10 21:03:12 2000 +0200
+++ b/src/HOL/Calculation.thy	Wed May 10 21:04:16 2000 +0200
@@ -6,7 +6,7 @@
 list below later rules have priority.
 *)
 
-theory Calculation = Int:;
+theory Calculation = IntArith:;
 
 theorems [trans] = rev_mp mp;