First steps with Haskell text API improvement
Posted in haskell on July 6th, 2009 17 Comments »
I've spent a couple of hours over the past few evenings starting to make good on my recent promise to clean up the Haskell text library. This is part progress report, part solicitation of input.
I renamed the split function to splitChar:
splitChar :: Char -> Text -> [Text]
The split function has been replaced with one that [...]
