[Haskell-cafe] Re: Problems interpreting

wld volodimir.rudenko at gmail.com
Mon Sep 18 11:24:17 EDT 2006


Hi,
On 9/18/06, Joachim Breitner <mail at joachim-breitner.de> 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


More information about the Haskell-Cafe mailing list