[Haskell-cafe] Partially applied functions
Serguey Zefirov
sergueyz at gmail.com
Sat Nov 28 12:06:24 EST 2009
> The question is still open though, if somebody has some magic to extract the
> prameter from an applied function...
It isn't possible.
Closest solution will be a list of pairs (function,arg) and a special
apply function that takes those pairs and apply to function an
argument and.them, apply something else.
Then you can interleave (+) and (*) as a function. ;)
More information about the Haskell-Cafe
mailing list