Never mind:
New Revision: 9303

Modified:
   doc/trunk/design/syn/S03.pod

Log:
Typo from aufrank++.
Feeble attempt to make .foo optional on nodes that only contain children.


Modified: doc/trunk/design/syn/S03.pod
==============================================================================
--- doc/trunk/design/syn/S03.pod                 (original)
+++ doc/trunk/design/syn/S03.pod                 Fri May 19 11:45:34 2006
@@ -360,11 +360,11 @@
 
     Bag(3,8,[2,Seq(9,3]],8) >>-<< 1;         # Bag(2,7,[1,Seq(8,2)],7)
     Bag(3,8,[2,Seq(9,3)],8) >>-<< (1,1,1,1); # Bag(2,7,[1,Seq(8,2)],7)
-    Bag(3,8,[2,Seq(9,3)],8) >>-<< (1,1,2,1); # Bag(2,7,[2,Seq(9,3)],7)
+    Bag(3,8,[2,Seq(9,3)],8) >>-<< (1,1,2,1); # Bag(2,7,[0,Seq(7,1)],7)
 
well, at least I guessed right ;->

a

Andy Bach, Sys. Mangler
Internet: [EMAIL PROTECTED] 
VOICE: (608) 261-5738  FAX 264-5932

"Truth is eternal, knowledge is changeable.
 It is disastrous to confuse them."
 -- Madeleine L'Engle

Reply via email to