Class Sort

All Implemented Interfaces:
KnowledgeBaseConsumer, PredicateFactory

public final class Sort extends AbstractSingleResultPredicate
msort(X,Y) - sorts a list.

Attempts to unify Y with a sorted version of the list represented by X.

Note that, unlike sort/2, duplicates are not removed.