# HG changeset patch # User wenzelm # Date 957985456 -7200 # Node ID ef4848bb0696a82dbc5eb94f80651c3912e505d0 # Parent c2cd9e1b6142d573d474e0c6719c93804a67cd71 base on IntArith instead of Int (in order to leave out deleted simproc!); diff -r c2cd9e1b6142 -r ef4848bb0696 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;