list
(
α
)
sort (
list
(
α
)
 
l)
Sort a list by usual order.This function uses the order defined by function compare. The sort algorithm used may change with
future releases of OPA. In the current version, the sort algorithm used is merge sort.
l
A list, possibly empty.
returns
A list with the same length, in which all elements are ordered by increasing order
using regular comparison.

Comments

The browser you use is not supported by this application, probably because it lacks some critical features.
For a better experience, please consider using this application with a supported browser.