theorems [trans] = rev_mp mp;
authorwenzelm
Sun, 27 Feb 2000 15:21:13 +0100
changeset 8301 d9345bad5e5c
parent 8300 4c3f83414de3
child 8302 da404f79c1fc
theorems [trans] = rev_mp mp;
src/HOL/Calculation.thy
--- a/src/HOL/Calculation.thy	Sun Feb 27 15:15:52 2000 +0100
+++ b/src/HOL/Calculation.thy	Sun Feb 27 15:21:13 2000 +0100
@@ -8,6 +8,7 @@
 
 theory Calculation = Int:;
 
+theorems [trans] = rev_mp mp;
 
 theorem [trans]: "[| s = t; P t |] ==> P s"; 		    (*  =  x  x  *)
   by (rule ssubst);