This file is indexed.

/usr/share/doc/libghc-bifunctors-doc/html/Data-Bifunctor-Apply.html is in libghc-bifunctors-doc 4.1.0.1-1build3.

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
<!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>Data.Bifunctor.Apply</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_Data-Bifunctor-Apply.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Data-Bifunctor-Apply.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">bifunctors-4.1.0.1: Bifunctors</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Portability</th><td>portable</td></tr><tr><th>Stability</th><td>provisional</td></tr><tr><th>Maintainer</th><td>Edward Kmett &lt;ekmett@gmail.com&gt;</td></tr><tr><th>Safe Haskell</th><td>Safe-Inferred</td></tr></table><p class="caption">Data.Bifunctor.Apply</p></div><div id="table-of-contents"><p class="caption">Contents</p><ul><li><a href="#g:1">Biappliable bifunctors
</a></li></ul></div><div id="description"><p class="caption">Description</p><div class="doc empty">&nbsp;</div></div><div id="synopsis"><p id="control.syn" class="caption expander" onclick="toggleSection('syn')">Synopsis</p><ul id="section.syn" class="hide" onclick="toggleSection('syn')"><li class="src short"><span class="keyword">class</span> <a href="Data-Bifunctor.html#t:Bifunctor">Bifunctor</a> p =&gt; <a href="#t:Biapply">Biapply</a> p  <span class="keyword">where</span><ul class="subs"><li><a href="#v:-60--60-.-62--62-">(&lt;&lt;.&gt;&gt;)</a> ::  p (a -&gt; b) (c -&gt; d) -&gt; p a c -&gt; p b d</li><li><a href="#v:.-62--62-">(.&gt;&gt;)</a> ::  p a b -&gt; p c d -&gt; p c d</li><li><a href="#v:-60--60-.">(&lt;&lt;.)</a> ::  p a b -&gt; p c d -&gt; p a b</li></ul></li><li class="src short"><a href="#v:-60--60--36--62--62-">(&lt;&lt;$&gt;&gt;)</a> ::  (a -&gt; b) -&gt; a -&gt; b</li><li class="src short"><a href="#v:-60--60-..-62--62-">(&lt;&lt;..&gt;&gt;)</a> :: <a href="Data-Bifunctor-Apply.html#t:Biapply">Biapply</a> p =&gt; p a c -&gt; p (a -&gt; b) (c -&gt; d) -&gt; p b d</li><li class="src short"><a href="#v:bilift2">bilift2</a> :: <a href="Data-Bifunctor-Apply.html#t:Biapply">Biapply</a> w =&gt; (a -&gt; b -&gt; c) -&gt; (d -&gt; e -&gt; f) -&gt; w a d -&gt; w b e -&gt; w c f</li><li class="src short"><a href="#v:bilift3">bilift3</a> :: <a href="Data-Bifunctor-Apply.html#t:Biapply">Biapply</a> w =&gt; (a -&gt; b -&gt; c -&gt; d) -&gt; (e -&gt; f -&gt; g -&gt; h) -&gt; w a e -&gt; w b f -&gt; w c g -&gt; w d h</li><li class="src short">module <a href="Data-Bifunctor.html">Data.Bifunctor</a></li></ul></div><div id="interface"><h1 id="g:1">Biappliable bifunctors
</h1><div class="top"><p class="src"><span class="keyword">class</span> <a href="Data-Bifunctor.html#t:Bifunctor">Bifunctor</a> p =&gt; <a name="t:Biapply" class="def">Biapply</a> p  <span class="keyword">where</span><a href="src/Data-Bifunctor-Apply.html#Biapply" class="link">Source</a></p><div class="subs methods"><p class="caption">Methods</p><p class="src"><a name="v:-60--60-.-62--62-" class="def">(&lt;&lt;.&gt;&gt;)</a> ::  p (a -&gt; b) (c -&gt; d) -&gt; p a c -&gt; p b d<a href="src/Data-Bifunctor-Apply.html#%3C%3C.%3E%3E" class="link">Source</a></p><p class="src"><a name="v:.-62--62-" class="def">(.&gt;&gt;)</a> ::  p a b -&gt; p c d -&gt; p c d<a href="src/Data-Bifunctor-Apply.html#.%3E%3E" class="link">Source</a></p><div class="doc"><pre>
 a <code>.&gt;</code> b &#8801; <code><a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#v:const">const</a></code> <code><a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#v:id">id</a></code> <code><a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Functor.html#v:-60--36--62-">&lt;$&gt;</a></code> a <code>&lt;.&gt;</code> b
</pre></div><p class="src"><a name="v:-60--60-." class="def">(&lt;&lt;.)</a> ::  p a b -&gt; p c d -&gt; p a b<a href="src/Data-Bifunctor-Apply.html#%3C%3C." class="link">Source</a></p><div class="doc"><pre>
 a <code>&lt;.</code> b &#8801; <code><a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Prelude.html#v:const">const</a></code> <code><a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Functor.html#v:-60--36--62-">&lt;$&gt;</a></code> a <code>&lt;.&gt;</code> b
</pre></div></div><div class="subs instances"><p id="control.i:Biapply" class="caption collapser" onclick="toggleSection('i:Biapply')">Instances</p><div id="section.i:Biapply" class="show"><table><tr><td class="src"><a href="Data-Bifunctor-Apply.html#t:Biapply">Biapply</a> <a href="/usr/share/doc/ghc-doc/html/libraries/ghc-prim-0.3.0.0/GHC-Tuple.html#t:-40--44--41-">(,)</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="Data-Bifunctor-Apply.html#t:Biapply">Biapply</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Control-Applicative.html#t:Const">Const</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="/usr/share/doc/libghc-semigroups-doc/html/Data-Semigroup.html#t:Semigroup">Semigroup</a> x =&gt; <a href="Data-Bifunctor-Apply.html#t:Biapply">Biapply</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/ghc-prim-0.3.0.0/GHC-Tuple.html#t:-40--44--44--41-">(,,)</a> x)</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="Data-Bifunctor-Apply.html#t:Biapply">Biapply</a> (<a href="/usr/share/doc/libghc-tagged-doc/html/Data-Tagged.html#t:Tagged">Tagged</a> *)</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="/usr/share/doc/libghc-semigroupoids-doc/html/Data-Functor-Bind.html#t:Apply">Apply</a> f =&gt; <a href="Data-Bifunctor-Apply.html#t:Biapply">Biapply</a> (<a href="Data-Bifunctor-Clown.html#t:Clown">Clown</a> f)</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="Data-Bifunctor-Apply.html#t:Biapply">Biapply</a> p =&gt; <a href="Data-Bifunctor-Apply.html#t:Biapply">Biapply</a> (<a href="Data-Bifunctor-Flip.html#t:Flip">Flip</a> p)</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="/usr/share/doc/libghc-semigroupoids-doc/html/Data-Functor-Bind.html#t:Apply">Apply</a> g =&gt; <a href="Data-Bifunctor-Apply.html#t:Biapply">Biapply</a> (<a href="Data-Bifunctor-Joker.html#t:Joker">Joker</a> g)</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="Data-Bifunctor-Apply.html#t:Biapply">Biapply</a> p =&gt; <a href="Data-Bifunctor-Apply.html#t:Biapply">Biapply</a> (<a href="Data-Bifunctor-Wrapped.html#t:WrappedBifunctor">WrappedBifunctor</a> p)</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">(<a href="/usr/share/doc/libghc-semigroups-doc/html/Data-Semigroup.html#t:Semigroup">Semigroup</a> x, <a href="/usr/share/doc/libghc-semigroups-doc/html/Data-Semigroup.html#t:Semigroup">Semigroup</a> y) =&gt; <a href="Data-Bifunctor-Apply.html#t:Biapply">Biapply</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/ghc-prim-0.3.0.0/GHC-Tuple.html#t:-40--44--44--44--41-">(,,,)</a> x y)</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src">(<a href="/usr/share/doc/libghc-semigroups-doc/html/Data-Semigroup.html#t:Semigroup">Semigroup</a> x, <a href="/usr/share/doc/libghc-semigroups-doc/html/Data-Semigroup.html#t:Semigroup">Semigroup</a> y, <a href="/usr/share/doc/libghc-semigroups-doc/html/Data-Semigroup.html#t:Semigroup">Semigroup</a> z) =&gt; <a href="Data-Bifunctor-Apply.html#t:Biapply">Biapply</a> (<a href="/usr/share/doc/ghc-doc/html/libraries/ghc-prim-0.3.0.0/GHC-Tuple.html#t:-40--44--44--44--44--41-">(,,,,)</a> x y z)</td><td class="doc empty">&nbsp;</td></tr></table></div></div></div><div class="top"><p class="src"><a name="v:-60--60--36--62--62-" class="def">(&lt;&lt;$&gt;&gt;)</a> ::  (a -&gt; b) -&gt; a -&gt; b<a href="src/Data-Bifunctor-Apply.html#%3C%3C%24%3E%3E" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:-60--60-..-62--62-" class="def">(&lt;&lt;..&gt;&gt;)</a> :: <a href="Data-Bifunctor-Apply.html#t:Biapply">Biapply</a> p =&gt; p a c -&gt; p (a -&gt; b) (c -&gt; d) -&gt; p b d<a href="src/Data-Bifunctor-Apply.html#%3C%3C..%3E%3E" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:bilift2" class="def">bilift2</a> :: <a href="Data-Bifunctor-Apply.html#t:Biapply">Biapply</a> w =&gt; (a -&gt; b -&gt; c) -&gt; (d -&gt; e -&gt; f) -&gt; w a d -&gt; w b e -&gt; w c f<a href="src/Data-Bifunctor-Apply.html#bilift2" class="link">Source</a></p><div class="doc"><p>Lift binary functions
</p></div></div><div class="top"><p class="src"><a name="v:bilift3" class="def">bilift3</a> :: <a href="Data-Bifunctor-Apply.html#t:Biapply">Biapply</a> w =&gt; (a -&gt; b -&gt; c -&gt; d) -&gt; (e -&gt; f -&gt; g -&gt; h) -&gt; w a e -&gt; w b f -&gt; w c g -&gt; w d h<a href="src/Data-Bifunctor-Apply.html#bilift3" class="link">Source</a></p><div class="doc"><p>Lift ternary functions
</p></div></div><div class="top"><p class="src">module <a href="Data-Bifunctor.html">Data.Bifunctor</a></p></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.13.2</p></div></body></html>