
3 Mar
2003
3 Mar
'03
6:22 p.m.
G'day. On Mon, Mar 03, 2003 at 11:49:29AM +0200, Cagdas Ozgenc wrote:
Yes, I thought about these too. Do you find these functions practically useful? Can you give an example where I can utilize these functions?
Functions like this are useful for plugging into higher-order functions to tailor them for your specific needs. Here's an artificial example: length = sum . map (const 1) Cheers, Andrew Bromage