Adding split/split' to Data.List, and redefining words/lines with it; also, adding replace/replaceBy

Eric Torreborre etorreborre at yahoo.com
Thu Jul 10 22:40:03 EDT 2008


Hi,

Neil's version of split is has the same kind of behavior than Java's,
Ruby's, Python's where the separator is not included in the splitted list
(although there are other differences between those versions).

I guess that should be possible to include a commonly used version of split
in the standard libraries then, even if it is the "Haskell version" of
split.

Eric.
-- 
View this message in context: http://www.nabble.com/Adding-split-split%27-to-Data.List%2C-and-redefining-words-lines-with-it--also%2C-adding-replace-replaceBy-tp18384798p18395749.html
Sent from the Haskell - Libraries mailing list archive at Nabble.com.



More information about the Libraries mailing list