[Haskell-cafe] Re: Very crazy

Brandon S. Allbery KF8NH allbery at ece.cmu.edu
Tue Sep 25 09:29:48 EDT 2007


On Sep 25, 2007, at 7:24 , Andrew Coppin wrote:

> which *just happens* to be what we want. But in the general case  
> where you want
>
>  f3 (f2 (f1 x y z))
>
> there's nothing you can do except leave point-free.

You mean "leave point-ful".

And the point-free version of that is (((f3 . f2) .) .) . f1

-- 
brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allbery at kf8nh.com
system administrator [openafs,heimdal,too many hats] allbery at ece.cmu.edu
electrical and computer engineering, carnegie mellon university    KF8NH




More information about the Haskell-Cafe mailing list