[Haskell-cafe] two problems with Data.Binary and Data.ByteString

Don Stewart dons at galois.com
Tue Aug 26 18:04:22 EDT 2008


bos:
> On Mon, Aug 25, 2008 at 2:28 PM, Don Stewart <dons at galois.com> wrote:
> 
> > I've pushed a decodeFile that does a whnf on the tail after decoding.
> 
> Does this mean that there are now NFData instances for bytestrings?
> That would be handy.

No, since I can get whnf with `seq`. However, that does sound like a
good idea (a patch to the parallel library? )


More information about the Haskell-Cafe mailing list