Subscribe to
Posts
Comments

Archive for July, 2009

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 [...]