Instant is
off
|
Search plugin
|
Manual
|
haskell.org
nubBy
+base
Packages
base
nubBy
:: (a -> a -> Bool) -> [a] -> [a]
base
Data.List
The
nubBy
function behaves just like
nub
, except it uses a user-supplied equality predicate instead of the overloaded
==
function.
©
Neil Mitchell
2004-2012, version 4.2.11