c_lists (library)
Usage and interface
- Library usage:
:- use_module(library(c_lists)). - Exports:
- Predicates:
flatten/2, nth0/3, nth1/3, memberchk/2, permutation/2, prefix/2, suffix/2, sublist/2, sub_list/5, list_concat/2, is_list/1, nextto/3, remove_duplicates/2, selectchk/3, msort/2, include/3, exclude/3, partition/4, partition/5, maplist/2, maplist/3, maplist/4, maplist/5.
- Predicates:
Documentation on exports
(UNDOC_REEXPORT)
member/2:
Imported from basic_props (see the corresponding documentation for details).
(UNDOC_REEXPORT)
append/3:
Imported from default_predicates (see the corresponding documentation for details).
(UNDOC_REEXPORT)
length/2:
Imported from default_predicates (see the corresponding documentation for details).
(UNDOC_REEXPORT)
reverse/2:
Imported from default_predicates (see the corresponding documentation for details).
(UNDOC_REEXPORT)
select/3:
Imported from default_predicates (see the corresponding documentation for details).
(UNDOC_REEXPORT)
last/2:
Imported from default_predicates (see the corresponding documentation for details).
(UNDOC_REEXPORT)
sort/2:
Imported from default_predicates (see the corresponding documentation for details).