- samsort(:Order, +RawList, -Sorted) is det
- Similar to predsort/3, but the predicate Order is used to determine the
order of terms. Order is called with two arguments, and if it succeeds,
the first argument will be sorted before the second argument.
Duplicates are not removed.
- Compatibility
- - SICStus 4