moved UNION_o to Fun.ML, since Fun.thy is no longer a parent of equalities
authorpaulson
Fri, 13 Nov 1998 13:27:46 +0100
changeset 5854 1f72c4233a8b
parent 5853 36b5559d8224
child 5855 9be441c17f6d
moved UNION_o to Fun.ML, since Fun.thy is no longer a parent of equalities
src/HOL/equalities.ML
--- a/src/HOL/equalities.ML	Fri Nov 13 13:27:03 1998 +0100
+++ b/src/HOL/equalities.ML	Fri Nov 13 13:27:46 1998 +0100
@@ -521,10 +521,6 @@
 by (Blast_tac 1);
 qed "INT_eq";
 
-Goalw [o_def] "UNION A (g o f) = UNION (f``A) g";
-by (Blast_tac 1);
-qed "UNION_o";
-
 
 (*Distributive laws...*)