On Nov 17, 2009, at 11:36 , Bryan O'Sullivan wrote:
On Tue, Nov 17, 2009 at 3:00 AM, Simon Marlow <[email protected]> wrote:I've just uploaded deepseq-1.0.0.0 to Hackagehttp://hackage.haskell.org/package/deepseqThis provides a DeepSeq class with a deepseq method, equivalent to the existing NFData/rnf in the parallel package.If it's equivalent, what are the relevant differences? Why would I choose DeepSeq over NFData or vice versa?
Considering that he said he's going to be using it in parallel, the difference is merely that it's usable *without* parallel. It's about dependencies, not functionality.
-- brandon s. allbery [solaris,freebsd,perl,pugs,haskell] [email protected] system administrator [openafs,heimdal,too many hats] [email protected] electrical and computer engineering, carnegie mellon university KF8NH
PGP.sig
Description: This is a digitally signed message part
_______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
