Mercury Bugs - mercury | |||||
| View Issue Details | |||||
| 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 | ||
| Platform | OS | OS Version | |||
| 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. | ||||
| Relationships | |||||
| Attached Files | |||||
| Notes | |||||
|
|
|||||
|
|
||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
|---|---|---|---|---|---|
| 2011-07-21 16:07 | aross | New Issue | |||
| 2011-07-23 18:03 | juliensf | Note Added: 0000339 | |||
| 2011-07-23 18:03 | juliensf | Status | new => resolved | ||
| 2011-07-23 18:03 | juliensf | Resolution | open => fixed | ||
| 2011-07-23 18:03 | juliensf | Assigned To | => juliensf | ||