Am Montag, 14. Februar 2005 13:45 schrieb Thomas J�ger: > 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
Cool! But I must say, I find the pointed version easier to read (and define). So back to the question before this one, is there a definite advantage of point-free style? I tend to use semi-point-free style, but I might be argued away from that. Daniel _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
