[Haskell-cafe] Point-free style

Thomas Jäger thjaeger at gmail.com
Mon Feb 14 07:45:00 EST 2005


On Mon, 14 Feb 2005 11:07:48 +0100, Daniel Fischer > And could one define
> \f g h x y -> f (g x) (h y)
> 
> point-free?
sure,
((flip . ((.) .)) .) . (.)

Thomas


More information about the Haskell-Cafe mailing list