bishbosh-0.1.3.0: Plays chess.
Safe HaskellSafe-Inferred
LanguageHaskell2010

BishBosh.Data.Foldable

Description

AUTHOR
Dr. Alistair Ward
DESCRIPTION
Arbitrary operations on foldable data.
Synopsis

Documentation

findDuplicates :: (Foldable foldable, Ord a) => foldable a -> [a] Source #

Returns a unique instance of any item which has been specified more than once.