miscopied text on web page

Under section 1.10.6 subcase 6 (collections) there appears to be a 
section of miscopied text:


"The use case defines two functions: a length function, which operates 
on one mouse, and an avgWeight function, which operates on a collection 
of mice. In the function signature we use the keyword LIST to denote the 
collection:

FUNCTION complaint(ELEMENT ipo:comment $c) RETURNS boolean
    { . . . }

The following expressions invoke the complaint function on specific 
comments that are found in the purchase order bound to variable $po1:

FUNCTION length(ELEMENT bio:mouse $m) RETURNS float
    { $m/body + $m/tail }

[...etc...]"


The function complaint was defined in the previous subcase (substitution 
groups) and appears to be out of place for this subcase.

Received on Friday, 13 July 2001 18:48:38 UTC