
20 Sep
2007
20 Sep
'07
7:49 a.m.
In message
I have a data structure which is a list of bytestrings, but externally it looks like one big string.
A lazy bytestring is a list of strict bytestring which externally looks like one big string. Could you not just use a lazy bytestring and it's take and drop functions? Perhaps you can help me understand what it is you're trying to do? Duncan