chickadee » srfi-132 » list-stable-sort

list-sort < lisprocedure
list-stable-sort < lisprocedure

These procedures do not alter their inputs, but are allowed to return a value that shares a common tail with a list argument.

The list-stable-sort procedure is equivalent to the R6RS list-sort procedure. It is also equivalent to the SRFI 95 sort procedure when applied to lists, except that it does not accept a key procedure.