Henk-Jan van Tuyl wrote: > reverse > maximum > minimum Oh yes, please fix those also!
> scanl > scanr > scanr1 > iterate > take > drop > splitAt > inits Hmm, I use those all the time with large lists. They are lazy as expected, and seem to work fine. Do you have examples of problems with them? > foldM > fliterM (Bulat) No opinion, I hardly use those. Thanks, Yitz _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
