[Haskell-beginners] MaximumBy (Alexander Chen)

nowsnow nowsnow at 163.com
Sat May 23 00:02:10 UTC 2020


maxinumBy::(Foldable t, Ord a) => t a -> a
maxinumBy = foldr1 max

> Hi,

> I want to re-write a function maximumBy (its an assignment).

> However, I don't get how it works.

>>maximumBy compare [1,53,9001, 10]
> 9001

> but what does it actually do to get there? 

> thanks in advance.

> best,
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> <http://mail.haskell.org/pipermail/beginners/attachments/20200522/7b1cdb0d/attachment-0001.html>




More information about the Beginners mailing list