src/HOL/Lambda/Commutation.ML
changeset 1641 46d2d4a249ca
parent 1465 5d7a7e439cec
child 1974 b50f96543dec
--- 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