This file is indexed.

/usr/share/doc/libghc-monad-control-doc/html/index.html is in libghc-monad-control-doc 1.0.1.0-3.

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
<!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>monad-control-1.0.1.0: Lift control operations, like exception catching, through monad transformers</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script src="file:///usr/share/javascript/mathjax/MathJax.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">monad-control-1.0.1.0: Lift control operations, like exception catching, through monad transformers</p></div><div id="content"><div id="description"><h1>monad-control-1.0.1.0: Lift control operations, like exception catching, through monad transformers</h1><div class="doc"><p>This package defines the type class <code>MonadBaseControl</code>, a subset of
<code>MonadBase</code> into which generic control operations such as <code>catch</code> can be
lifted from <code>IO</code> or any other base monad. Instances are based on monad
transformers in <code>MonadTransControl</code>, which includes all standard monad
transformers in the <code>transformers</code> library except <code>ContT</code>.</p><p>See the <code>lifted-base</code> package which uses <code>monad-control</code> to lift <code>IO</code>
operations from the <code>base</code> library (like <code>catch</code> or <code>bracket</code>) into any monad
that is an instance of <code>MonadBase</code> or <code>MonadBaseControl</code>.</p><p>Note that this package is a rewrite of Anders Kaseorg's <code>monad-peel</code>
library. The main difference is that this package provides CPS style operators
and exploits the <code>RankNTypes</code> and <code>TypeFamilies</code> language extensions to
simplify and speedup most definitions.</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 id="control.n.1.1" class="module collapser" onclick="toggleSection('n.1.1')">Monad</span><ul id="section.n.1.1" class="show"><li><span id="control.n.1.1.1" class="module collapser" onclick="toggleSection('n.1.1.1')">Trans</span><ul id="section.n.1.1.1" class="show"><li><span class="module"><a href="Control-Monad-Trans-Control.html">Control.Monad.Trans.Control</a></span></li></ul></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.17.2</p></div></body></html>