View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0000205 | mercury | Bug | public | 2011-07-21 16:07 | 2011-07-23 18:03 | ||||
Reporter | aross | ||||||||
Assigned To | juliensf | ||||||||
Priority | normal | Severity | text | Reproducibility | N/A | ||||
Status | resolved | Resolution | fixed | ||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0000205: Documentation of array.foldr2 references non-existent list.foldr2 | ||||||||
Description | The documentation of array.foldr2 says: "array.foldr2(P, Array, !Acc1, !Acc2) is equivalent to list.foldr2(P, array.to_list(Array), !Acc1, !Acc2) but more efficient." but list.foldr2 doesn't exist - there's only list.foldr and list.foldl2. Perhaps it should instead use the description of list.foldl2 with s/list.foldl/array.foldr/g | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|