Instant is
off
Search plugin
Manual
haskell.org
sortBy
-containers +base
Packages
containers
base
sortBy
:: (a -> a -> Ordering) -> [a] -> [a]
base
Data.List
The
sortBy
function is the non-overloaded version of
sort
.