This file is indexed.

/usr/share/doc/libghc-mtl-doc/html/mini_Control-Monad-RWS-Strict.html is in libghc-mtl-doc 2.2.1-5.

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

The actual contents of the file can be viewed below.

1
2
3
4
<!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.Monad.RWS.Strict</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 id="mini"><div id="module-header"><p class="caption">Control.Monad.RWS.Strict</p></div><div id="interface"><h1>The RWS monad</h1><div class="top"><p class="src"><span class="keyword">type</span> <a href="Control-Monad-RWS-Strict.html#t:RWS" target="main">RWS</a> r w s</p></div><div class="top"><p class="src"><a href="Control-Monad-RWS-Strict.html#v:rws" target="main">rws</a></p></div><div class="top"><p class="src"><a href="Control-Monad-RWS-Strict.html#v:runRWS" target="main">runRWS</a></p></div><div class="top"><p class="src"><a href="Control-Monad-RWS-Strict.html#v:evalRWS" target="main">evalRWS</a></p></div><div class="top"><p class="src"><a href="Control-Monad-RWS-Strict.html#v:execRWS" target="main">execRWS</a></p></div><div class="top"><p class="src"><a href="Control-Monad-RWS-Strict.html#v:mapRWS" target="main">mapRWS</a></p></div><div class="top"><p class="src"><a href="Control-Monad-RWS-Strict.html#v:withRWS" target="main">withRWS</a></p></div><h1>The RWST monad transformer</h1><div class="top"><p class="src"><span class="keyword">data</span> <a href="Control-Monad-RWS-Strict.html#t:RWST" target="main">RWST</a> r w s m a</p></div><div class="top"><p class="src"><a href="Control-Monad-RWS-Strict.html#v:runRWST" target="main">runRWST</a></p></div><div class="top"><p class="src"><a href="Control-Monad-RWS-Strict.html#v:evalRWST" target="main">evalRWST</a></p></div><div class="top"><p class="src"><a href="Control-Monad-RWS-Strict.html#v:execRWST" target="main">execRWST</a></p></div><div class="top"><p class="src"><a href="Control-Monad-RWS-Strict.html#v:mapRWST" target="main">mapRWST</a></p></div><div class="top"><p class="src"><a href="Control-Monad-RWS-Strict.html#v:withRWST" target="main">withRWST</a></p></div><h1>Strict Reader-writer-state monads</h1></div></body></html>