theorems [elim??] = sym;
authorwenzelm
Thu, 10 Feb 2000 13:36:23 +0100
changeset 8229 38f453607c61
parent 8228 8283e416b680
child 8230 6f8aa407bcf9
theorems [elim??] = sym;
src/HOL/Calculation.thy
--- a/src/HOL/Calculation.thy	Thu Feb 10 13:34:52 2000 +0100
+++ b/src/HOL/Calculation.thy	Thu Feb 10 13:36:23 2000 +0100
@@ -52,5 +52,7 @@
 
 theorems [trans] = trans                                    (*  =  =  =  *)
 
+theorems [elim??] = sym
+
 
 end;