
23 Jan
2008
23 Jan
'08
1:27 p.m.
On Jan 22, 2008 6:19 PM, Chad Scherrer
A lazy ByteString is an alternative to a String=[Char]
Careful. ByteString is an alternative to [Word8]. Converting [Char] to
ByteString and back requires an encoding. (Unfortunately, the only encoding
that comes with the bytestring package is lossy.)
--
Dave Menendez