This file is indexed.

/usr/share/doc/libghc-hxt-doc/html/Control-Arrow-ArrowNF.html is in libghc-hxt-doc 9.3.1.1-2build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
<!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>Control.Arrow.ArrowNF</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();setSynopsis("mini_Control-Arrow-ArrowNF.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Control-Arrow-ArrowNF.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">hxt-9.3.1.1: A collection of tools for processing XML with Haskell.</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Portability</th><td>non-portable</td></tr><tr><th>Stability</th><td>experimental</td></tr><tr><th>Maintainer</th><td>Uwe Schmidt (uwe\@fh-wedel.de)</td></tr><tr><th>Safe Haskell</th><td>Safe-Inferred</td></tr></table><p class="caption">Control.Arrow.ArrowNF</p></div><div id="description"><p class="caption">Description</p><div class="doc"><p>Arrows for evaluation of normal form results
</p></div></div><div id="synopsis"><p id="control.syn" class="caption expander" onclick="toggleSection('syn')">Synopsis</p><ul id="section.syn" class="hide" onclick="toggleSection('syn')"><li class="src short"><a href="#v:strictA">strictA</a> :: (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Control-Arrow.html#t:Arrow">Arrow</a> a, <a href="/usr/share/doc/ghc-doc/html/libraries/deepseq-1.3.0.1/Control-DeepSeq.html#t:NFData">NFData</a> b) =&gt; a b b</li><li class="src short"><span class="keyword">class</span> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Control-Arrow.html#t:Arrow">Arrow</a> a =&gt; <a href="#t:ArrowNF">ArrowNF</a> a  <span class="keyword">where</span><ul class="subs"><li><a href="#v:rnfA">rnfA</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/deepseq-1.3.0.1/Control-DeepSeq.html#t:NFData">NFData</a> c =&gt; a b c -&gt; a b c</li></ul></li><li class="src short"><span class="keyword">class</span> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Control-Arrow.html#t:Arrow">Arrow</a> a, <a href="Control-Arrow-ArrowList.html#t:ArrowList">ArrowList</a> a) =&gt; <a href="#t:ArrowWNF">ArrowWNF</a> a  <span class="keyword">where</span><ul class="subs"><li><a href="#v:rwnfA">rwnfA</a> :: <a href="Control-FlatSeq.html#t:WNFData">WNFData</a> c =&gt; a b c -&gt; a b c</li><li><a href="#v:rwnf2A">rwnf2A</a> :: <a href="Control-FlatSeq.html#t:WNFData">WNFData</a> c =&gt; a b c -&gt; a b c</li></ul></li></ul></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><a name="v:strictA" class="def">strictA</a> :: (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Control-Arrow.html#t:Arrow">Arrow</a> a, <a href="/usr/share/doc/ghc-doc/html/libraries/deepseq-1.3.0.1/Control-DeepSeq.html#t:NFData">NFData</a> b) =&gt; a b b<a href="src/Control-Arrow-ArrowNF.html#strictA" class="link">Source</a></p><div class="doc"><p>complete evaluation of an arrow result using <code><a href="Control.html#t:DeepSeq">DeepSeq</a></code>
</p><p>this is sometimes useful for preventing space leaks, especially after reading
 and validation of a document, all DTD stuff is not longer in use and can be
 recycled by the GC.
</p></div></div><div class="top"><p class="src"><span class="keyword">class</span> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Control-Arrow.html#t:Arrow">Arrow</a> a =&gt; <a name="t:ArrowNF" class="def">ArrowNF</a> a  <span class="keyword">where</span><a href="src/Control-Arrow-ArrowNF.html#ArrowNF" class="link">Source</a></p><div class="subs methods"><p class="caption">Methods</p><p class="src"><a name="v:rnfA" class="def">rnfA</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/deepseq-1.3.0.1/Control-DeepSeq.html#t:NFData">NFData</a> c =&gt; a b c -&gt; a b c<a href="src/Control-Arrow-ArrowNF.html#rnfA" class="link">Source</a></p></div><div class="subs instances"><p id="control.i:ArrowNF" class="caption collapser" onclick="toggleSection('i:ArrowNF')">Instances</p><div id="section.i:ArrowNF" class="show"><table><tr><td class="src"><a href="Control-Arrow-ArrowNF.html#t:ArrowNF">ArrowNF</a> <a href="Control-Arrow-ListArrow.html#t:LA">LA</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="Control-Arrow-ArrowNF.html#t:ArrowNF">ArrowNF</a> <a href="Control-Arrow-IOListArrow.html#t:IOLA">IOLA</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="Control-Arrow-ArrowNF.html#t:ArrowNF">ArrowNF</a> (<a href="Control-Arrow-StateListArrow.html#t:SLA">SLA</a> s)</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="Control-Arrow-ArrowNF.html#t:ArrowNF">ArrowNF</a> (<a href="Control-Arrow-IOStateListArrow.html#t:IOSLA">IOSLA</a> s)</td><td class="doc empty">&nbsp;</td></tr></table></div></div></div><div class="top"><p class="src"><span class="keyword">class</span> (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Control-Arrow.html#t:Arrow">Arrow</a> a, <a href="Control-Arrow-ArrowList.html#t:ArrowList">ArrowList</a> a) =&gt; <a name="t:ArrowWNF" class="def">ArrowWNF</a> a  <span class="keyword">where</span><a href="src/Control-Arrow-ArrowNF.html#ArrowWNF" class="link">Source</a></p><div class="doc"><p>partial evaluation of an arrow result using <code><a href="Control.html#t:FlatSeq">FlatSeq</a></code>
</p><p>There are tow arrows with force the partial evaluation. By convention
 the 2. should be less lazy than the 1.
</p><p>These arrows are sometimes useful for preventing space leaks, especially when parsing
 complex data structures. In many cases the evaluated AST is more space efficient
 than the unevaluaded with a lot of closures.
</p></div><div class="subs methods"><p class="caption">Methods</p><p class="src"><a name="v:rwnfA" class="def">rwnfA</a> :: <a href="Control-FlatSeq.html#t:WNFData">WNFData</a> c =&gt; a b c -&gt; a b c<a href="src/Control-Arrow-ArrowNF.html#rwnfA" class="link">Source</a></p><p class="src"><a name="v:rwnf2A" class="def">rwnf2A</a> :: <a href="Control-FlatSeq.html#t:WNFData">WNFData</a> c =&gt; a b c -&gt; a b c<a href="src/Control-Arrow-ArrowNF.html#rwnf2A" class="link">Source</a></p></div><div class="subs instances"><p id="control.i:ArrowWNF" class="caption collapser" onclick="toggleSection('i:ArrowWNF')">Instances</p><div id="section.i:ArrowWNF" class="show"><table><tr><td class="src"><a href="Control-Arrow-ArrowNF.html#t:ArrowWNF">ArrowWNF</a> <a href="Control-Arrow-ListArrow.html#t:LA">LA</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="Control-Arrow-ArrowNF.html#t:ArrowWNF">ArrowWNF</a> <a href="Control-Arrow-IOListArrow.html#t:IOLA">IOLA</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="Control-Arrow-ArrowNF.html#t:ArrowWNF">ArrowWNF</a> (<a href="Control-Arrow-StateListArrow.html#t:SLA">SLA</a> s)</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="Control-Arrow-ArrowNF.html#t:ArrowWNF">ArrowWNF</a> (<a href="Control-Arrow-IOStateListArrow.html#t:IOSLA">IOSLA</a> s)</td><td class="doc empty">&nbsp;</td></tr></table></div></div></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.13.2</p></div></body></html>