/usr/share/doc/libghc-hxt-doc/html/Control-Arrow-ArrowExc.html is in libghc-hxt-doc 9.2.2-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 5 | <!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 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.2.2: A collection of tools for processing XML with Haskell.</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Portability</th><td>not portable</td></tr><tr><th>Stability</th><td>experimental</td></tr><tr><th>Maintainer</th><td>Uwe Schmidt (uwe\@fh-wedel.de)</td></tr><tr><th>Safe Haskell</th><td>Safe-Infered</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="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.0/Control-Arrow.html#t:Arrow">Arrow</a> a, <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.0/Control-Arrow.html#t:ArrowChoice">ArrowChoice</a> a, <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.0/Control-Arrow.html#t:ArrowZero">ArrowZero</a> a, <a href="Control-Arrow-ArrowIO.html#t:ArrowIO">ArrowIO</a> a) => <a name="t:ArrowExc" class="def">ArrowExc</a> a <span class="keyword">where</span><a href="src/Control-Arrow-ArrowExc.html#ArrowExc" class="link">Source</a></p><div class="subs methods"><p class="caption">Methods</p><p class="src"><a name="v:tryA" class="def">tryA</a> :: a b c -> a b (<a href="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.0/Data-Either.html#t:Either">Either</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.0/Control-Exception-Base.html#t:SomeException">SomeException</a> c)<a href="src/Control-Arrow-ArrowExc.html#tryA" class="link">Source</a></p><p class="src"><a name="v:catchA" class="def">catchA</a> :: a b c -> a <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.5.0.0/Control-Exception-Base.html#t:SomeException">SomeException</a> c -> a b c<a href="src/Control-Arrow-ArrowExc.html#catchA" class="link">Source</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"><a href="Control-Arrow-ArrowExc.html#t:ArrowExc">ArrowExc</a> <a href="Control-Arrow-IOListArrow.html#t:IOLA">IOLA</a></td><td class="doc empty"> </td></tr><tr><td class="src"><a href="Control-Arrow-ArrowExc.html#t:ArrowExc">ArrowExc</a> (<a href="Control-Arrow-IOStateListArrow.html#t:IOSLA">IOSLA</a> s)</td><td class="doc empty"> </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.10.0</p></div></body></html>
|