
15 Sep
2009
15 Sep
'09
9 p.m.
On Tue, Sep 15, 2009 at 10:42 PM, Daniel Fischer
.... Aaawww. let b' = length b or let b' = foldl' seq () b or let b' = b `using` rnf
if you want to force the whole file to be read. But then you should definitely be using ByteStrings.
Yep. But that doesn't solve the original problem of not reading the body at all when not needed. Unless using unsafePerformIO. Cristiano