
13 Jan
2009
13 Jan
'09
5:09 p.m.
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