[Haskell-cafe] ANN: split-0.1.1 (doc bugfix;
new functions wordsBy and linesBy)
Brent Yorgey
byorgey at seas.upenn.edu
Tue Jan 13 17:09:19 EST 2009
Version 0.1.1 of the split library is now on Hackage, which provides a
wide range of strategies and a unified combinator framework for
splitting lists with respect to some sort of delimiter.
This version:
* fixes a couple Haddock bugs that were preventing the documentation
from building on Hackage, and
* adds two new convenience functions suggested by Neil Mitchell,
wordsBy and linesBy, such that
words === wordsBy isSpace
lines === linesBy (=='\n').
Hackage: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/split
darcs: http://code.haskell.org/~byorgey/code/split
-Brent
More information about the Haskell-Cafe
mailing list