src/HOL/Induct/Comb.ML
changeset 10179 9d5678e6bf34
parent 6141 a6922171b396
child 10212 33fe2d701ddd
--- a/src/HOL/Induct/Comb.ML	Mon Oct 09 19:20:55 2000 +0200
+++ b/src/HOL/Induct/Comb.ML	Mon Oct 09 19:49:58 2000 +0200
@@ -65,12 +65,12 @@
 
 Goal "x ---> y ==> x#z ---> y#z";
 by (etac rtrancl_induct 1);
-by (ALLGOALS (blast_tac (claset() addIs [r_into_rtrancl, rtrancl_trans])));
+by (ALLGOALS (blast_tac (claset() addIs rtranclIs)));
 qed "Ap_reduce1";
 
 Goal "x ---> y ==> z#x ---> z#y";
 by (etac rtrancl_induct 1);
-by (ALLGOALS (blast_tac (claset() addIs [r_into_rtrancl, rtrancl_trans])));
+by (ALLGOALS (blast_tac (claset() addIs rtranclIs)));
 qed "Ap_reduce2";
 
 (** Counterexample to the diamond property for -1-> **)