token-search-0.1.0.0

Safe HaskellSafe
LanguageHaskell2010

Util

Documentation

groupBy :: Ord b => (a -> b) -> [a] -> [(b, [a])] Source #