
7 Jun
2010
7 Jun
'10
7:42 p.m.
On Jun 6, 2010, at 11:22 AM, Martin Drautzburg wrote:
If I have a function, say "compute" whose last parameter is some value ... and I create another function, which applies "compute" to a list of values, how would I call this function?
computeF is my natural inclination. F is for Functor.