src/HOL/Set.ML
changeset 3718 d78cf498a88c
parent 3582 b87c86b6c291
child 3842 b55686a7b22c
--- a/src/HOL/Set.ML	Fri Sep 26 10:12:04 1997 +0200
+++ b/src/HOL/Set.ML	Fri Sep 26 10:21:14 1997 +0200
@@ -412,8 +412,8 @@
 
 (*Redundant? But unlike insertCI, it proves the subgoal immediately!*)
 AddSIs [singletonI];   
-    
 AddSDs [singleton_inject];
+AddSEs [singletonE];
 
 goal Set.thy "{x.x=a} = {a}";
 by(Blast_tac 1);