[Haskell-cafe] The difference between ($) and application

Andrew Pimlott andrew at pimlott.net
Tue Dec 14 10:24:15 EST 2004


On Tue, Dec 14, 2004 at 11:23:24AM +0100, Henning Thielemann wrote:
> 
> On Tue, 14 Dec 2004, Andrew Pimlott wrote:
> 
> > (Of course, it's still useful, by itself or in a slice, as a higher-order
> > operator.)
> 
> You can also use 'id' in this cases, right?

I'm thinking of things like

    zipWith ($)
    map ($ x)

Andrew


More information about the Haskell-Cafe mailing list