Instant is
off
|
Search plugin
|
Manual
|
haskell.org
groupWith
Packages
base
groupWith
:: Ord b => (a -> b) -> [a] -> [[a]]
base
GHC.Exts
The
groupWith
function uses the user supplied function which projects an element out of every list element in order to to first sort the input list and then to form groups by equality on these projected elements
©
Neil Mitchell
2004-2012, version 4.2.11