bool
is_sorted (
list
(
α
)
 
l)
Check whether a list is sorted, by usual order.
l
A list, possibly empty.
returns
{true} if the list is sorted by increasing order of compare (in particular if the list is empty),{false} otherwise.

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.