This file is indexed.

/usr/share/doc/libghc-bifunctors-doc/html/Data-Bifoldable.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
<!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.Bifoldable</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-Bifoldable.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Data-Bifoldable.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.Bifoldable</p></div><div id="description"><p class="caption">Description</p><div class="doc empty">&nbsp;</div></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><span class="keyword">class</span>  <a name="t:Bifoldable" class="def">Bifoldable</a> p  <span class="keyword">where</span><a href="src/Data-Bifoldable.html#Bifoldable" class="link">Source</a></p><div class="subs methods"><p class="caption">Methods</p><p class="src"><a name="v:bifold" class="def">bifold</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Monoid.html#t:Monoid">Monoid</a> m =&gt; p m m -&gt; m<a href="src/Data-Bifoldable.html#bifold" class="link">Source</a></p><p class="src"><a name="v:bifoldMap" class="def">bifoldMap</a> :: <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Monoid.html#t:Monoid">Monoid</a> m =&gt; (a -&gt; m) -&gt; (b -&gt; m) -&gt; p a b -&gt; m<a href="src/Data-Bifoldable.html#bifoldMap" class="link">Source</a></p><p class="src"><a name="v:bifoldr" class="def">bifoldr</a> ::  (a -&gt; c -&gt; c) -&gt; (b -&gt; c -&gt; c) -&gt; c -&gt; p a b -&gt; c<a href="src/Data-Bifoldable.html#bifoldr" class="link">Source</a></p><p class="src"><a name="v:bifoldl" class="def">bifoldl</a> ::  (c -&gt; a -&gt; c) -&gt; (c -&gt; b -&gt; c) -&gt; c -&gt; p a b -&gt; c<a href="src/Data-Bifoldable.html#bifoldl" class="link">Source</a></p></div><div class="subs instances"><p id="control.i:Bifoldable" class="caption collapser" onclick="toggleSection('i:Bifoldable')">Instances</p><div id="section.i:Bifoldable" class="show"><table><tr><td class="src"><a href="Data-Bifoldable.html#t:Bifoldable">Bifoldable</a> <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Either.html#t:Either">Either</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="Data-Bifoldable.html#t:Bifoldable">Bifoldable</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-Bifoldable.html#t:Bifoldable">Bifoldable</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="Data-Bifoldable.html#t:Bifoldable">Bifoldable</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-Bifoldable.html#t:Bifoldable">Bifoldable</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/ghc-doc/html/libraries/base-4.6.0.1/Data-Foldable.html#t:Foldable">Foldable</a> f =&gt; <a href="Data-Bifoldable.html#t:Bifoldable">Bifoldable</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-Bifoldable.html#t:Bifoldable">Bifoldable</a> p =&gt; <a href="Data-Bifoldable.html#t:Bifoldable">Bifoldable</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/ghc-doc/html/libraries/base-4.6.0.1/Data-Foldable.html#t:Foldable">Foldable</a> g =&gt; <a href="Data-Bifoldable.html#t:Bifoldable">Bifoldable</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-Bifoldable.html#t:Bifoldable">Bifoldable</a> p =&gt; <a href="Data-Bifoldable.html#t:Bifoldable">Bifoldable</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="Data-Bifoldable.html#t:Bifoldable">Bifoldable</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="Data-Bifoldable.html#t:Bifoldable">Bifoldable</a> f, <a href="Data-Bifoldable.html#t:Bifoldable">Bifoldable</a> g) =&gt; <a href="Data-Bifoldable.html#t:Bifoldable">Bifoldable</a> (<a href="Data-Bifunctor-Product.html#t:Product">Product</a> f g)</td><td class="doc empty">&nbsp;</td></tr><tr><td class="src"><a href="Data-Bifoldable.html#t:Bifoldable">Bifoldable</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:bifoldr-39-" class="def">bifoldr'</a> :: <a href="Data-Bifoldable.html#t:Bifoldable">Bifoldable</a> t =&gt; (a -&gt; c -&gt; c) -&gt; (b -&gt; c -&gt; c) -&gt; c -&gt; t a b -&gt; c<a href="src/Data-Bifoldable.html#bifoldr%27" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:bifoldrM" class="def">bifoldrM</a> :: (<a href="Data-Bifoldable.html#t:Bifoldable">Bifoldable</a> t, <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Control-Monad.html#t:Monad">Monad</a> m) =&gt; (a -&gt; c -&gt; m c) -&gt; (b -&gt; c -&gt; m c) -&gt; c -&gt; t a b -&gt; m c<a href="src/Data-Bifoldable.html#bifoldrM" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:bifoldl-39-" class="def">bifoldl'</a> :: <a href="Data-Bifoldable.html#t:Bifoldable">Bifoldable</a> t =&gt; (a -&gt; b -&gt; a) -&gt; (a -&gt; c -&gt; a) -&gt; a -&gt; t b c -&gt; a<a href="src/Data-Bifoldable.html#bifoldl%27" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:bifoldlM" class="def">bifoldlM</a> :: (<a href="Data-Bifoldable.html#t:Bifoldable">Bifoldable</a> t, <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Control-Monad.html#t:Monad">Monad</a> m) =&gt; (a -&gt; b -&gt; m a) -&gt; (a -&gt; c -&gt; m a) -&gt; a -&gt; t b c -&gt; m a<a href="src/Data-Bifoldable.html#bifoldlM" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:bitraverse_" class="def">bitraverse_</a> :: (<a href="Data-Bifoldable.html#t:Bifoldable">Bifoldable</a> t, <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Control-Applicative.html#t:Applicative">Applicative</a> f) =&gt; (a -&gt; f c) -&gt; (b -&gt; f d) -&gt; t a b -&gt; f ()<a href="src/Data-Bifoldable.html#bitraverse_" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:bifor_" class="def">bifor_</a> :: (<a href="Data-Bifoldable.html#t:Bifoldable">Bifoldable</a> t, <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Control-Applicative.html#t:Applicative">Applicative</a> f) =&gt; t a b -&gt; (a -&gt; f c) -&gt; (b -&gt; f d) -&gt; f ()<a href="src/Data-Bifoldable.html#bifor_" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:bimapM_" class="def">bimapM_</a> :: (<a href="Data-Bifoldable.html#t:Bifoldable">Bifoldable</a> t, <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Control-Monad.html#t:Monad">Monad</a> m) =&gt; (a -&gt; m c) -&gt; (b -&gt; m d) -&gt; t a b -&gt; m ()<a href="src/Data-Bifoldable.html#bimapM_" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:biforM_" class="def">biforM_</a> :: (<a href="Data-Bifoldable.html#t:Bifoldable">Bifoldable</a> t, <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Control-Monad.html#t:Monad">Monad</a> m) =&gt; t a b -&gt; (a -&gt; m c) -&gt; (b -&gt; m d) -&gt; m ()<a href="src/Data-Bifoldable.html#biforM_" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:bisequenceA_" class="def">bisequenceA_</a> :: (<a href="Data-Bifoldable.html#t:Bifoldable">Bifoldable</a> t, <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Control-Applicative.html#t:Applicative">Applicative</a> f) =&gt; t (f a) (f b) -&gt; f ()<a href="src/Data-Bifoldable.html#bisequenceA_" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:bisequence_" class="def">bisequence_</a> :: (<a href="Data-Bifoldable.html#t:Bifoldable">Bifoldable</a> t, <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Control-Monad.html#t:Monad">Monad</a> m) =&gt; t (m a) (m b) -&gt; m ()<a href="src/Data-Bifoldable.html#bisequence_" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:biList" class="def">biList</a> :: <a href="Data-Bifoldable.html#t:Bifoldable">Bifoldable</a> t =&gt; t a a -&gt; [a]<a href="src/Data-Bifoldable.html#biList" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:biconcat" class="def">biconcat</a> :: <a href="Data-Bifoldable.html#t:Bifoldable">Bifoldable</a> t =&gt; t [a] [a] -&gt; [a]<a href="src/Data-Bifoldable.html#biconcat" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:biconcatMap" class="def">biconcatMap</a> :: <a href="Data-Bifoldable.html#t:Bifoldable">Bifoldable</a> t =&gt; (a -&gt; [c]) -&gt; (b -&gt; [c]) -&gt; t a b -&gt; [c]<a href="src/Data-Bifoldable.html#biconcatMap" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:biany" class="def">biany</a> :: <a href="Data-Bifoldable.html#t:Bifoldable">Bifoldable</a> t =&gt; (a -&gt; <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Bool.html#t:Bool">Bool</a>) -&gt; (b -&gt; <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Bool.html#t:Bool">Bool</a>) -&gt; t a b -&gt; <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Bool.html#t:Bool">Bool</a><a href="src/Data-Bifoldable.html#biany" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:biall" class="def">biall</a> :: <a href="Data-Bifoldable.html#t:Bifoldable">Bifoldable</a> t =&gt; (a -&gt; <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Bool.html#t:Bool">Bool</a>) -&gt; (b -&gt; <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Bool.html#t:Bool">Bool</a>) -&gt; t a b -&gt; <a href="/usr/share/doc/ghc-doc/html/libraries/base-4.6.0.1/Data-Bool.html#t:Bool">Bool</a><a href="src/Data-Bifoldable.html#biall" class="link">Source</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>