
21 Jan
2008
21 Jan
'08
2:28 p.m.
Hello, On Mon, Jan 21, 2008 at 07:12:26PM +0100, Cetin Sert wrote:
2) When if ever is Data.ByteString going to be the default string representation in GHC?
Why would you need such a thing? ByteStrings don't have any unicode support, and they can be quite slow for small strings. They are just a different tool for different task. But if you wish, you could use string literals as bytestrings with -XOverloadedStrings ghc (>=6.8) flag
Best Regards, Cetin Sert www.corsis.de
-- pierre