Did you know ... | Search Documentation: |
![]() | Pack prolog_library_collection -- prolog/list_ext.pl |
Extends the list support that is provided by the SWI-Prolog standard library.
?- inflist(0, L), append([A,B,C,D,E,F|_], _, L). L = [0, 0, 0, 0, 0, 0|_G29924368], A = B, B = C, C = D, D = E, E = F, F = 0, freeze(_G29924368, list_ext: (_G29924368=[0|_G29924422], inflist(0, _G29924422)))
`[1,3]' is not a substring of `[1,2,3]', but it is a subsequence.
The following predicates are exported, but not or incorrectly documented.