Estimated hours taken: 2
Branches: main
Additions to list.m and require.m.
library/require.m:
Added func_error/1, a func version of the error/1 pred.
library/list.m:
Added cc_multi modes to list__fold[lr]/4 preds.
Added list__map_corresponding/3 and list__map_corresponding3/4.
tests/general/map_corresponding.m:
Added test cases for list__map_corresponding/3 and
list__map_corresponding3/4.
tests/general/map_corresponding.exp:
Expected output for above test cases.
tests/general/Mmakefile:
Include the new test case.
NEWS:
Recorded new additions.