|
Copyright ® (1999-2008) EDMGROUP Pty Ltd - EZY Prolog Reference |
Type | Predicate | Parameters | Flow pattern | Description |
|---|---|---|---|---|
determ | ILIST IN | (i) | True is INPUT is a LIST | |
determ | SLIST IN | (i) | True is INPUT is a LIST | |
nondeterm | (i,i,o),(i,o,i),(o,i,i) | Appends list to the end of the another list. nondeterministically returns list which constructs end of the given list. | ||
nondeterm | (i,i,o),(i,o,i),(o,i,i) | Appends list to the end of the another list. nondeterministically returns list which constructs end of the given list. | ||
determ | (i,i,o) | Return list which has common items between 2 lists | ||
determ | (i,i,o) | Return list which has common items between 2 lists | ||
nondeterm | (i,o) | Deletes first member of the LIST | ||
nondeterm | (i,o) | Deletes first member of the LIST | ||
determ | (i,o) | Returns lengths of the LIST. Supports any LIST domain | ||
determ | (i,o) | Returns lengths of the LIST. Supports any LIST domain | ||
nondeterm | (i,o),(i,i) | Returns member of the LIST or test if ELEMENT is member of the list Supports any LIST domain Note - nondeterministic predicate. | ||
nondeterm | (i,o),(i,i) | Returns member of the LIST or test if ELEMENT is member of the list Supports any LIST domain Note - nondeterministic predicate. | ||
nondeterm | (i,o) | Non-deterministically permutate list | ||
nondeterm | (i,o) | Non-deterministically permutate list | ||
nondeterm | (i,o) | Returns reverted LIST | ||
nondeterm | (i,o) | Returns reverted LIST | ||
determ | (i,o) | randomly shuffle any list | ||
determ | (i,i,o) | Subtract list from the given list | ||
determ | (i,i,o) | Subtract list from the given list |