
29 Oct
2011
29 Oct
'11
11:49 a.m.
On 29 October 2011 14:27, Henning Thielemann
On the one hand this is correct, on the other hand the conversion functions will certainly reside in the Lazy module, because lazy bytestrings can be thought of as being build from strict bytestrings. In the Lazy module only the function names toStrict and fromStrict make sense.
You convinced me. Lets stick to the names toStrict and fromStrict exported from the Lazy module. Bas