This file is indexed.

/usr/share/doc/libghc-iospec-doc/html/index.html is in libghc-iospec-doc 0.2.5-4build1.

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
16
17
18
19
20
21
22
23
24
25
26
27
28
<!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>IOSpec-0.2.5: A pure specification of the IO monad.</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">IOSpec-0.2.5: A pure specification of the IO monad.</p></div><div id="content"><div id="description"><h1>IOSpec-0.2.5: A pure specification of the IO monad.</h1><div class="doc"><p>This package consists of several modules, that give a
pure specification of functions in the IO monad:
</p><ul><li> <a href="Test-IOSpec-Fork.html">Test.IOSpec.Fork</a>: a pure specification of
<code>forkIO</code>.
</li><li> <a href="Test-IOSpec-IORef.html">Test.IOSpec.IORef</a>: a pure specification of most
functions that create and manipulate on <code>IORefs</code>.
</li><li> <a href="Test-IOSpec-MVar.html">Test.IOSpec.MVar</a>: a pure specification of most
functions that create and manipulate and <code>MVars</code>.
</li><li> <a href="Test-IOSpec-STM.html">Test.IOSpec.STM</a>: a pure specification of
<code>atomically</code> and the <code>STM</code> monad.
</li><li> <a href="Test-IOSpec-Teletype.html">Test.IOSpec.Teletype</a>: a pure specification of
<code>getChar</code>, <code>putChar</code>, and several related
Prelude functions.
</li></ul><p>Besides these modules containing the specifications,
there are a few other important modules:
</p><ul><li> <a href="Test-IOSpec-Types.html">Test.IOSpec.Types</a>: defines the <code>IOSpec</code> type and
several amenities.
</li><li> <a href="Test-IOSpec-VirtualMachine.html">Test.IOSpec.VirtualMachine</a>: defines a virtual
machine on which to execute pure specifications.
</li><li> <a href="Test-IOSpec-Surrogate.html">Test.IOSpec.Surrogate</a>: a drop-in replacement for
the other modules. Import this and recompile your
code once you've finished testing and debugging.
</li></ul><p>There are several well-documented examples included
with the source distribution.
</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')">Test</span><ul id="section.n.1" class="show"><li><span class="module"><span id="control.n.1.1" class="collapser" onclick="toggleSection('n.1.1')">&nbsp;</span><a href="Test-IOSpec.html">Test.IOSpec</a></span><ul id="section.n.1.1" class="show"><li><span class="module"><a href="Test-IOSpec-Fork.html">Test.IOSpec.Fork</a></span></li><li><span class="module"><a href="Test-IOSpec-IORef.html">Test.IOSpec.IORef</a></span></li><li><span class="module"><a href="Test-IOSpec-MVar.html">Test.IOSpec.MVar</a></span></li><li><span class="module"><a href="Test-IOSpec-STM.html">Test.IOSpec.STM</a></span></li><li><span class="module"><a href="Test-IOSpec-Surrogate.html">Test.IOSpec.Surrogate</a></span></li><li><span class="module"><a href="Test-IOSpec-Teletype.html">Test.IOSpec.Teletype</a></span></li><li><span class="module"><a href="Test-IOSpec-Types.html">Test.IOSpec.Types</a></span></li><li><span class="module"><a href="Test-IOSpec-VirtualMachine.html">Test.IOSpec.VirtualMachine</a></span></li></ul></li></ul></li></ul></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>