Hi,
On 9/18/06, Joachim Breitner <[EMAIL PROTECTED]> wrote:
Hi,

Am Montag, den 18.09.2006, 16:00 +0100 schrieb Neil Mitchell:
> > subst e l' = concat.map (\x->if x==e then l' else [x])
> subst e l' = concatMap (\x->if x==e then l' else [x])
> Let's save an extra character :)
We are talking keystrokes here, so count the shift key!

Greetings,
Joachim

Sorry, couldn't resist... If we *really* talking keystrokes, it much
depends on auto-completion features of your editor! :)

V.Rudenko
--
λ is the ultimate
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to