protolude-0.1.6: A sensible set of defaults for writing custom Preludes.

Safe HaskellSafe
LanguageHaskell2010

List

Documentation

head :: Foldable f => f a -> Maybe a Source #

ordNub :: Ord a => [a] -> [a] Source #

sortOn :: Ord o => (a -> o) -> [a] -> [a] Source #

list :: [b] -> (a -> b) -> [a] -> [b] Source #