Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 6e204a966e8c42d976f99a1700ce5f20 > files > 2653

ghc-7.4.2-4.mga5.i586.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>deepseq-1.3.0.0: Deep evaluation of data structures</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">deepseq-1.3.0.0: Deep evaluation of data structures</p></div><div id="content"><div id="description"><h1>deepseq-1.3.0.0: Deep evaluation of data structures</h1><div class="doc"><p>This package provides methods for fully evaluating data structures
(&quot;deep evaluation&quot;). Deep evaluation is often used for adding
strictness to a program, e.g. in order to force pending exceptions,
remove space leaks, or force lazy I/O to happen. It is also useful
in parallel programs, to ensure pending work does not migrate to the
wrong thread.
</p><p>The primary use of this package is via the <code>deepseq</code> function, a
&quot;deep&quot; version of <code>seq</code>. It is implemented on top of an <code>NFData</code>
typeclass (&quot;Normal Form Data&quot;, data structures with no unevaluated
components) which defines strategies for fully evaluating different
data types.
</p></div></div><div id="module-list"><p class="caption">Modules</p><ul><li><span id="control.n.1" class="module collapser" onclick="toggleSection('n.1')">Control</span><ul id="section.n.1" class="show"><li><span class="module"><a href="Control-DeepSeq.html">Control.DeepSeq</a></span></li></ul></li></ul></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.11.0</p></div></body></html>