Instant is
off
|
Search plugin
|
Manual
|
haskell.org
sortWith
+base
Packages
base
sortWith
:: Ord b => (a -> b) -> [a] -> [a]
base
GHC.Exts
The
sortWith
function sorts a list of elements using the user supplied function to project something out of each element
©
Neil Mitchell
2004-2012, version 4.2.11