
17 Jul
2008
17 Jul
'08
10:33 a.m.
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.
6151
Age (days ago)
6151
Last active (days ago)
0 comments
1 participants
participants (1)
-
Rafael Gustavo da Cunha Pereira Pinto