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 _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe