how to write a foldr HOF in Haskell

Posted by Pradeep on Stack Overflow See other posts from Stack Overflow or by Pradeep
Published on 2010-03-18T16:47:26Z Indexed on 2010/03/18 16:51 UTC
Read the original article Hit count: 222

Filed under:

i want to add some amounts which in my tuple. i want to take that out and total it and show. i want to use Foldr function.

can someone help me out how to do

© Stack Overflow or respective owner

Related posts about haskell