src/HOLCF/IOA/meta_theory/CompoTraces.ML
changeset 11655 923e4d0d36d5
parent 10835 f4745d77e620
child 12028 52aa183c15bb
--- a/src/HOLCF/IOA/meta_theory/CompoTraces.ML	Wed Oct 03 20:54:05 2001 +0200
+++ b/src/HOLCF/IOA/meta_theory/CompoTraces.ML	Wed Oct 03 20:54:16 2001 +0200
@@ -1157,7 +1157,7 @@
 Goal 
 "!! A B. [| is_trans_of A; is_trans_of B; compatible A B; compatible B A; \
 \           is_asig(asig_of A); is_asig(asig_of B)|] \
-\       ==>  tr: traces(A||B) = \
+\       ==>  (tr: traces(A||B)) = \
 \            (Filter (%a. a:act A)$tr : traces A &\
 \             Filter (%a. a:act B)$tr : traces B &\
 \             Forall (%x. x:ext(A||B)) tr)";