
5 Jan
2008
5 Jan
'08
2:52 p.m.
On Jan 5, 2008 12:37 AM, Don Stewart
The most notable change is the instance IsString for strict and lazy bytestrings, enabling bytestrings to be written as direct string literals, without needing 'pack'.
That is, the following is valid:
import Data.ByteString.Char8
main = print ("abcdef" :: ByteString)
What encoding is used?
--
Dave Menendez