removed full_SetCompr_eq from simpset() again
authoroheimb
Fri, 12 Nov 1999 18:16:48 +0100
changeset 8017 058193827a52
parent 8016 b7713108ffd8
child 8018 bedd0beabbae
removed full_SetCompr_eq from simpset() again
src/HOL/equalities.ML
--- a/src/HOL/equalities.ML	Fri Nov 12 17:45:36 1999 +0100
+++ b/src/HOL/equalities.ML	Fri Nov 12 18:16:48 1999 +0100
@@ -163,7 +163,6 @@
 Goal "{u. ? x. u = f x} = range f";
 by Auto_tac;
 qed "full_SetCompr_eq";
-Addsimps[full_SetCompr_eq];
 
 
 section "Int";