On Jan 22, 2008 6:19 PM, Chad Scherrer <chad.scherrer@gmail.com> wrote:
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 <dave@zednenem.com>
<http://www.eyrie.org/~zednenem/>