| convlist/3 | Similar
to maplist/3, but elements for which call(Goal, ElemIn, _) fails are
omitted from ListOut. |
| exclude/3 | Filter
elements for which Goal fails. |
| foldl/4 | Fold
a list, using arguments of the list as left argument. |
| foldl/5 | Fold
a list, using arguments of the list as left argument. |
| foldl/6 | Fold
a list, using arguments of the list as left argument. |
| foldl/7 | Fold
a list, using arguments of the list as left argument. |
| include/3 | Filter
elements for which Goal succeeds. |
| maplist/2 | True
if Goal can successfully be applied on all elements of List. |
| maplist/3 | As
maplist/2, operating on pairs of elements from two lists. |
| maplist/4 | As
maplist/2, operating on triples of elements from three lists. |
| maplist/5 | As
maplist/2, operating on quadruples of elements from four lists. |
| partition/4 | Filter
elements of List according to Pred. |
| partition/5 | Filter
List according to Pred in three sets. |
| scanl/4 | Left
scan of list. |
| scanl/5 | Left
scan of list. |
| scanl/6 | Left
scan of list. |
| scanl/7 | Left
scan of list. |