src/HOL/MiniML/MiniML.ML
changeset 7958 f531589c9fc1
parent 5302 b8598e4fb73e
child 9747 043098ba5098
--- a/src/HOL/MiniML/MiniML.ML	Wed Oct 27 19:29:47 1999 +0200
+++ b/src/HOL/MiniML/MiniML.ML	Wed Oct 27 19:32:19 1999 +0200
@@ -223,7 +223,7 @@
   by (etac IntE 1);
   by (dtac (free_tv_S' RS subsetD) 1);
   by (dtac (free_tv_alpha RS subsetD) 1);
-  by (Asm_full_simp_tac 1);
+  by (asm_full_simp_tac (simpset() delsimps [full_SetCompr_eq])  1);
   by (etac exE 1);
   by (hyp_subst_tac 1);
   by (subgoal_tac "new_tv (n + y) ($ S A)" 1);