puresourcecode.com
Using functions as values in F#
Imagine that we want to write a method similar to SumList but that multiplies the numbers rather than adding them. Making this change looks quite easy
Enrico