[Haskell-cafe] Re: modelling C in Haskell ..
Ben Franksen
ben.franksen at online.de
Mon Jun 2 14:40:14 EDT 2008
Galchin, Vasili wrote:
> my knowledge of point-free is from category theory. in what sense is
> Haskell point-free handle namespace pollution?
In the sense that you can write e.g.
f = g . h
instead of
f x = g (h x)
thereby avoiding the need to give a name the argument to f.
Cheers
Ben
BTW,
A: No.
Q: Should I include quotations after my reply?
More information about the Haskell-Cafe
mailing list