For renaming to rtrancl_Un_rtrancl
authorpaulson
Thu, 04 Apr 1996 11:43:25 +0200
changeset 1641 46d2d4a249ca
parent 1640 581165679095
child 1642 21db0cf9a1a4
For renaming to rtrancl_Un_rtrancl
src/HOL/Lambda/Commutation.ML
--- a/src/HOL/Lambda/Commutation.ML	Thu Apr 04 11:41:35 1996 +0200
+++ b/src/HOL/Lambda/Commutation.ML	Thu Apr 04 11:43:25 1996 +0200
@@ -80,8 +80,8 @@
 goal Commutation.thy
  "!!R. [| confluent R; confluent S; commute (R^*) (S^*) |] \
 \      ==> confluent(R Un S)";
-br(trancl_Un_trancl RS subst) 1;
-by(fast_tac (HOL_cs addDs [diamond_Un] addIs [diamond_confluent]) 1);
+br (rtrancl_Un_rtrancl RS subst) 1;
+by (fast_tac (HOL_cs addDs [diamond_Un] addIs [diamond_confluent]) 1);
 qed "confluent_Un";
 
 goal Commutation.thy