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