src/HOLCF/IOA/Storage/Action.ML
changeset 17238 b1cf9189104e
parent 17237 75407a6f02d2
child 17239 23ccd02bbba6
--- a/src/HOLCF/IOA/Storage/Action.ML	Sat Sep 03 16:44:17 2005 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-(*  Title:      HOLCF/IOA/ABP/Action.ML
-    ID:         $Id$
-    Author:     Olaf Müller
-
-Derived rules for actions.
-*)
-
-Goal "!!x. x = y ==> action_case a b c x =     \
-\                        action_case a b c y";
-by (Asm_simp_tac 1);
-
-Addcongs [result()];