For starters...
Rafael Gustavo da Cunha Pereira Pinto
RafaelGCPP.Linux at gmail.com
Thu Jul 17 10:34:32 EDT 2008
I am trying to write a toy function to sum all members of a list but the
biggest. This list is entirely composed by integers bigger than 0.
I have:
f::[Integer]->Integer
f a = x a - y a where
x=sum
y=foldr max 0
Is there any way to implement that using composition, so I have a point-free
implementation?
--
Rafael Gustavo da Cunha Pereira Pinto
Electronic Engineer, MSc.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/beginners/attachments/20080717/8470dd30/attachment.htm
More information about the Beginners
mailing list