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 -- Joachim Breitner e-Mail: [EMAIL PROTECTED] Homepage: http://www.joachim-breitner.de ICQ#: 74513189 _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
