This file is indexed.

/usr/share/doc/libghc-mtl-doc/html/mini_Control-Monad-State-Lazy.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.State.Lazy</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.State.Lazy</p></div><div id="interface"><h1>MonadState class</h1><div class="top"><p class="src"><span class="keyword">class</span> <a href="Control-Monad-State-Lazy.html#t:MonadState" target="main">MonadState</a> s m</p></div><div class="top"><p class="src"><a href="Control-Monad-State-Lazy.html#v:modify" target="main">modify</a></p></div><div class="top"><p class="src"><a href="Control-Monad-State-Lazy.html#v:modify-39-" target="main">modify'</a></p></div><div class="top"><p class="src"><a href="Control-Monad-State-Lazy.html#v:gets" target="main">gets</a></p></div><h1>The State monad</h1><div class="top"><p class="src"><span class="keyword">type</span> <a href="Control-Monad-State-Lazy.html#t:State" target="main">State</a> s</p></div><div class="top"><p class="src"><a href="Control-Monad-State-Lazy.html#v:runState" target="main">runState</a></p></div><div class="top"><p class="src"><a href="Control-Monad-State-Lazy.html#v:evalState" target="main">evalState</a></p></div><div class="top"><p class="src"><a href="Control-Monad-State-Lazy.html#v:execState" target="main">execState</a></p></div><div class="top"><p class="src"><a href="Control-Monad-State-Lazy.html#v:mapState" target="main">mapState</a></p></div><div class="top"><p class="src"><a href="Control-Monad-State-Lazy.html#v:withState" target="main">withState</a></p></div><h1>The StateT monad transformer</h1><div class="top"><p class="src"><span class="keyword">data</span> <a href="Control-Monad-State-Lazy.html#t:StateT" target="main">StateT</a> s m a</p></div><div class="top"><p class="src"><a href="Control-Monad-State-Lazy.html#v:runStateT" target="main">runStateT</a></p></div><div class="top"><p class="src"><a href="Control-Monad-State-Lazy.html#v:evalStateT" target="main">evalStateT</a></p></div><div class="top"><p class="src"><a href="Control-Monad-State-Lazy.html#v:execStateT" target="main">execStateT</a></p></div><div class="top"><p class="src"><a href="Control-Monad-State-Lazy.html#v:mapStateT" target="main">mapStateT</a></p></div><div class="top"><p class="src"><a href="Control-Monad-State-Lazy.html#v:withStateT" target="main">withStateT</a></p></div><h1>Examples</h1></div></body></html>