This file is indexed.

/usr/share/doc/libghc-hxt-doc/html/Control-Arrow-ArrowExc.html is in libghc-hxt-doc 9.3.1.16-2.

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.Arrow.ArrowExc</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();setSynopsis("mini_Control-Arrow-ArrowExc.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Control-Arrow-ArrowExc.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.16: A collection of tools for processing XML with Haskell.</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Copyright</th><td>Copyright (C) 2010 Uwe Schmidt</td></tr><tr><th>License</th><td>MIT</td></tr><tr><th>Maintainer</th><td>Uwe Schmidt (uwe\@fh-wedel.de)</td></tr><tr><th>Stability</th><td>experimental</td></tr><tr><th>Portability</th><td>not portable</td></tr><tr><th>Safe Haskell</th><td>Safe</td></tr><tr><th>Language</th><td>Haskell98</td></tr></table><p class="caption">Control.Arrow.ArrowExc</p></div><div id="description"><p class="caption">Description</p><div class="doc"><p>The exception arrow class</p></div></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><span class="keyword">class</span> (<a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Control-Arrow.html#t:Arrow">Arrow</a> a, <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Control-Arrow.html#t:ArrowChoice">ArrowChoice</a> a, <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Control-Arrow.html#t:ArrowZero">ArrowZero</a> a, <a href="Control-Arrow-ArrowIO.html#t:ArrowIO">ArrowIO</a> a) =&gt; <a id="t:ArrowExc" class="def">ArrowExc</a> a <span class="keyword">where</span> <a href="src/Control-Arrow-ArrowExc.html#ArrowExc" class="link">Source</a> <a href="#t:ArrowExc" class="selflink">#</a></p><div class="subs minimal"><p class="caption">Minimal complete definition</p><p class="src"><a href="Control-Arrow-ArrowExc.html#v:tryA">tryA</a></p></div><div class="subs methods"><p class="caption">Methods</p><p class="src"><a id="v:tryA" class="def">tryA</a> :: a b c -&gt; a b (<a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Either.html#t:Either">Either</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Control-Exception-Base.html#t:SomeException">SomeException</a> c) <a href="src/Control-Arrow-ArrowExc.html#tryA" class="link">Source</a> <a href="#v:tryA" class="selflink">#</a></p><p class="src"><a id="v:catchA" class="def">catchA</a> :: a b c -&gt; a <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Control-Exception-Base.html#t:SomeException">SomeException</a> c -&gt; a b c <a href="src/Control-Arrow-ArrowExc.html#catchA" class="link">Source</a> <a href="#v:catchA" class="selflink">#</a></p></div><div class="subs instances"><p id="control.i:ArrowExc" class="caption collapser" onclick="toggleSection('i:ArrowExc')">Instances</p><div id="section.i:ArrowExc" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:ic:ArrowExc:ArrowExc:1" class="instance expander" onclick="toggleSection('i:ic:ArrowExc:ArrowExc:1')"></span> <a href="Control-Arrow-ArrowExc.html#t:ArrowExc">ArrowExc</a> <a href="Control-Arrow-IOListArrow.html#t:IOLA">IOLA</a></span> <a href="src/Control-Arrow-ArrowExc.html#line-125" class="link">Source</a> <a href="#t:ArrowExc" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:ic:ArrowExc:ArrowExc:1" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:tryA">tryA</a> :: <a href="Control-Arrow-IOListArrow.html#t:IOLA">IOLA</a> b c -&gt; <a href="Control-Arrow-IOListArrow.html#t:IOLA">IOLA</a> b (<a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Either.html#t:Either">Either</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Control-Exception-Base.html#t:SomeException">SomeException</a> c) <a href="src/Control-Arrow-ArrowExc.html#tryA" class="link">Source</a> <a href="#v:tryA" class="selflink">#</a></p><p class="src"><a href="#v:catchA">catchA</a> :: <a href="Control-Arrow-IOListArrow.html#t:IOLA">IOLA</a> b c -&gt; <a href="Control-Arrow-IOListArrow.html#t:IOLA">IOLA</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Control-Exception-Base.html#t:SomeException">SomeException</a> c -&gt; <a href="Control-Arrow-IOListArrow.html#t:IOLA">IOLA</a> b c <a href="src/Control-Arrow-ArrowExc.html#catchA" class="link">Source</a> <a href="#v:catchA" class="selflink">#</a></p></div></div></td></tr><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:ic:ArrowExc:ArrowExc:2" class="instance expander" onclick="toggleSection('i:ic:ArrowExc:ArrowExc:2')"></span> <a href="Control-Arrow-ArrowExc.html#t:ArrowExc">ArrowExc</a> (<a href="Control-Arrow-IOStateListArrow.html#t:IOSLA">IOSLA</a> s)</span> <a href="src/Control-Arrow-ArrowExc.html#line-167" class="link">Source</a> <a href="#t:ArrowExc" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:ic:ArrowExc:ArrowExc:2" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:tryA">tryA</a> :: <a href="Control-Arrow-IOStateListArrow.html#t:IOSLA">IOSLA</a> s b c -&gt; <a href="Control-Arrow-IOStateListArrow.html#t:IOSLA">IOSLA</a> s b (<a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Data-Either.html#t:Either">Either</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Control-Exception-Base.html#t:SomeException">SomeException</a> c) <a href="src/Control-Arrow-ArrowExc.html#tryA" class="link">Source</a> <a href="#v:tryA" class="selflink">#</a></p><p class="src"><a href="#v:catchA">catchA</a> :: <a href="Control-Arrow-IOStateListArrow.html#t:IOSLA">IOSLA</a> s b c -&gt; <a href="Control-Arrow-IOStateListArrow.html#t:IOSLA">IOSLA</a> s <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.9.0.0/Control-Exception-Base.html#t:SomeException">SomeException</a> c -&gt; <a href="Control-Arrow-IOStateListArrow.html#t:IOSLA">IOSLA</a> s b c <a href="src/Control-Arrow-ArrowExc.html#catchA" class="link">Source</a> <a href="#v:catchA" class="selflink">#</a></p></div></div></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.17.2</p></div></body></html>