[Haskell-beginners] can this be made shorter?

Tilmann t_gass at gmx.de
Wed May 29 22:00:58 CEST 2013


you might want to use 'all' as well:

Prelude> (all $ flip elem "./") "...."
True


Am 29.05.2013 21:50, schrieb Emmanuel Touzery:
> null . dropWhile (`elem` "./")




More information about the Beginners mailing list