[Haskell-cafe] Call to arms: lambda-case is stuck and needsyourhelp
Donn Cave
donn at avvanta.com
Fri Jul 13 18:06:15 CEST 2012
Quoth Wolfgang Jeltsch <g9ks157k at acme.softbase.org>,
...
> What is an anonymous function? A function that has no name, that is, a
> function that is not assigned to an identifier. So (+ 1), \x -> x + 1,
> and any lambda case are all anonymous functions.
All right, that more general definition works for me. It doesn't
take much away from my point, though - in any case, clarity doesn't
demand that we use \ for all these things, only for \ x -> x + 1.
Donn
More information about the Glasgow-haskell-users
mailing list