View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0000215 | mercury | Bug | public | 2011-09-05 14:37 | 2011-09-05 14:50 | ||||
Reporter | aross | ||||||||
Assigned To | juliensf | ||||||||
Priority | normal | Severity | text | Reproducibility | N/A | ||||
Status | resolved | Resolution | fixed | ||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0000215: Documentation of assoc_list.filter/4 is missing the TrueList argument | ||||||||
Description | In the first line of the documentation of assoc_list.filter/4 there is a missing argument, TrueList, which should appear between List and FalseList: % assoc_list.filter(Pred, List, FalseList) takes a closure with one % input argument and for each member K - V of List X, calls the closure % on the key. K - V is included in TrueList iff Pred(K) is true. % K - V is included in FalseList iff Pred(K) is false. % :- pred assoc_list.filter(pred(K)::in(pred(in) is semidet), assoc_list(K, V)::in, assoc_list(K, V)::out, assoc_list(K, V)::out) is det. | ||||||||
Additional Information | rotd-2011-09-03 | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|