This file is indexed.

/usr/share/doc/libghc-semigroupoids-doc/html/Data-Semigroup-Bifoldable.html is in libghc-semigroupoids-doc 5.0.0.4-1build1.

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.Semigroup.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-Semigroup-Bifoldable.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Data-Semigroup-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">semigroupoids-5.0.0.4: Semigroupoids: Category sans id</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Copyright</th><td>(C) 2011-2015 Edward Kmett</td></tr><tr><th>License</th><td>BSD-style (see the file LICENSE)</td></tr><tr><th>Maintainer</th><td>Edward Kmett &lt;ekmett@gmail.com&gt;</td></tr><tr><th>Stability</th><td>provisional</td></tr><tr><th>Portability</th><td>portable</td></tr><tr><th>Safe Haskell</th><td>Safe</td></tr><tr><th>Language</th><td>Haskell98</td></tr></table><p class="caption">Data.Semigroup.Bifoldable</p></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="file:///usr/share/doc/libghc-bifunctors-doc/html/Data-Bifoldable.html#t:Bifoldable">Bifoldable</a> t =&gt; <a href="#t:Bifoldable1">Bifoldable1</a> t <span class="keyword">where</span><ul class="subs"><li><a href="#v:bifold1">bifold1</a> :: <a href="file:///usr/share/doc/libghc-semigroups-doc/html/Data-Semigroup.html#t:Semigroup">Semigroup</a> m =&gt; t m m -&gt; m</li><li><a href="#v:bifoldMap1">bifoldMap1</a> :: <a href="file:///usr/share/doc/libghc-semigroups-doc/html/Data-Semigroup.html#t:Semigroup">Semigroup</a> m =&gt; (a -&gt; m) -&gt; (b -&gt; m) -&gt; t a b -&gt; m</li></ul></li><li class="src short"><a href="#v:bitraverse1_">bitraverse1_</a> :: (<a href="Data-Semigroup-Bifoldable.html#t:Bifoldable1">Bifoldable1</a> t, <a href="Data-Functor-Apply.html#t:Apply">Apply</a> f) =&gt; (a -&gt; f b) -&gt; (c -&gt; f d) -&gt; t a c -&gt; f ()</li><li class="src short"><a href="#v:bifor1_">bifor1_</a> :: (<a href="Data-Semigroup-Bifoldable.html#t:Bifoldable1">Bifoldable1</a> t, <a href="Data-Functor-Apply.html#t:Apply">Apply</a> f) =&gt; t a c -&gt; (a -&gt; f b) -&gt; (c -&gt; f d) -&gt; f ()</li><li class="src short"><a href="#v:bisequenceA1_">bisequenceA1_</a> :: (<a href="Data-Semigroup-Bifoldable.html#t:Bifoldable1">Bifoldable1</a> t, <a href="Data-Functor-Apply.html#t:Apply">Apply</a> f) =&gt; t (f a) (f b) -&gt; f ()</li><li class="src short"><a href="#v:bifoldMapDefault1">bifoldMapDefault1</a> :: (<a href="Data-Semigroup-Bifoldable.html#t:Bifoldable1">Bifoldable1</a> t, <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Monoid.html#t:Monoid">Monoid</a> m) =&gt; (a -&gt; m) -&gt; (b -&gt; m) -&gt; t a b -&gt; m</li></ul></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><span class="keyword">class</span> <a href="file:///usr/share/doc/libghc-bifunctors-doc/html/Data-Bifoldable.html#t:Bifoldable">Bifoldable</a> t =&gt; <a name="t:Bifoldable1" class="def">Bifoldable1</a> t <span class="keyword">where</span> <a href="src/Data-Semigroup-Foldable-Class.html#Bifoldable1" class="link">Source</a></p><div class="subs minimal"><p class="caption">Minimal complete definition</p><p class="src">Nothing</p></div><div class="subs methods"><p class="caption">Methods</p><p class="src"><a name="v:bifold1" class="def">bifold1</a> :: <a href="file:///usr/share/doc/libghc-semigroups-doc/html/Data-Semigroup.html#t:Semigroup">Semigroup</a> m =&gt; t m m -&gt; m <a href="src/Data-Semigroup-Foldable-Class.html#bifold1" class="link">Source</a></p><p class="src"><a name="v:bifoldMap1" class="def">bifoldMap1</a> :: <a href="file:///usr/share/doc/libghc-semigroups-doc/html/Data-Semigroup.html#t:Semigroup">Semigroup</a> m =&gt; (a -&gt; m) -&gt; (b -&gt; m) -&gt; t a b -&gt; m <a href="src/Data-Semigroup-Foldable-Class.html#bifoldMap1" class="link">Source</a></p></div><div class="subs instances"><p id="control.i:Bifoldable1" class="caption collapser" onclick="toggleSection('i:Bifoldable1')">Instances</p><div id="section.i:Bifoldable1" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><a href="Data-Semigroup-Bifoldable.html#t:Bifoldable1">Bifoldable1</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Either.html#t:Either">Either</a></span> <a href="src/Data-Semigroup-Foldable-Class.html#line-78" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="Data-Semigroup-Bifoldable.html#t:Bifoldable1">Bifoldable1</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/ghc-prim-0.4.0.0/GHC-Tuple.html#t:-40--44--41-">(,)</a></span> <a href="src/Data-Semigroup-Foldable-Class.html#line-83" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="Data-Semigroup-Bifoldable.html#t:Bifoldable1">Bifoldable1</a> <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Control-Applicative.html#t:Const">Const</a></span> <a href="src/Data-Semigroup-Foldable-Class.html#line-99" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="Data-Semigroup-Bifoldable.html#t:Bifoldable1">Bifoldable1</a> <a href="file:///usr/share/doc/libghc-semigroups-doc/html/Data-Semigroup.html#t:Arg">Arg</a></span> <a href="src/Data-Semigroup-Foldable-Class.html#line-74" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="Data-Semigroup-Bifoldable.html#t:Bifoldable1">Bifoldable1</a> (<a href="file:///usr/share/doc/ghc-doc/html/libraries/ghc-prim-0.4.0.0/GHC-Tuple.html#t:-40--44--44--41-">(,,)</a> x)</span> <a href="src/Data-Semigroup-Foldable-Class.html#line-87" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="Data-Semigroup-Bifoldable.html#t:Bifoldable1">Bifoldable1</a> p =&gt; <a href="Data-Semigroup-Bifoldable.html#t:Bifoldable1">Bifoldable1</a> (<a href="file:///usr/share/doc/libghc-bifunctors-doc/html/Data-Bifunctor-Wrapped.html#t:WrappedBifunctor">WrappedBifunctor</a> p)</span> <a href="src/Data-Semigroup-Foldable-Class.html#line-135" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="Data-Semigroup-Foldable-Class.html#t:Foldable1">Foldable1</a> g =&gt; <a href="Data-Semigroup-Bifoldable.html#t:Bifoldable1">Bifoldable1</a> (<a href="file:///usr/share/doc/libghc-bifunctors-doc/html/Data-Bifunctor-Joker.html#t:Joker">Joker</a> g)</span> <a href="src/Data-Semigroup-Foldable-Class.html#line-123" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="Data-Semigroup-Bifoldable.html#t:Bifoldable1">Bifoldable1</a> p =&gt; <a href="Data-Semigroup-Bifoldable.html#t:Bifoldable1">Bifoldable1</a> (<a href="file:///usr/share/doc/libghc-bifunctors-doc/html/Data-Bifunctor-Flip.html#t:Flip">Flip</a> p)</span> <a href="src/Data-Semigroup-Foldable-Class.html#line-115" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="Data-Semigroup-Foldable-Class.html#t:Foldable1">Foldable1</a> f =&gt; <a href="Data-Semigroup-Bifoldable.html#t:Bifoldable1">Bifoldable1</a> (<a href="file:///usr/share/doc/libghc-bifunctors-doc/html/Data-Bifunctor-Clown.html#t:Clown">Clown</a> f)</span> <a href="src/Data-Semigroup-Foldable-Class.html#line-111" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="Data-Semigroup-Bifoldable.html#t:Bifoldable1">Bifoldable1</a> (<a href="file:///usr/share/doc/libghc-tagged-doc/html/Data-Tagged.html#t:Tagged">Tagged</a> *)</span> <a href="src/Data-Semigroup-Foldable-Class.html#line-103" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="Data-Semigroup-Bifoldable.html#t:Bifoldable1">Bifoldable1</a> (<a href="file:///usr/share/doc/ghc-doc/html/libraries/ghc-prim-0.4.0.0/GHC-Tuple.html#t:-40--44--44--44--41-">(,,,)</a> x y)</span> <a href="src/Data-Semigroup-Foldable-Class.html#line-91" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">(<a href="Data-Semigroup-Foldable-Class.html#t:Foldable1">Foldable1</a> f, <a href="Data-Semigroup-Bifoldable.html#t:Bifoldable1">Bifoldable1</a> p) =&gt; <a href="Data-Semigroup-Bifoldable.html#t:Bifoldable1">Bifoldable1</a> (<a href="file:///usr/share/doc/libghc-bifunctors-doc/html/Data-Bifunctor-Tannen.html#t:Tannen">Tannen</a> f p)</span> <a href="src/Data-Semigroup-Foldable-Class.html#line-131" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">(<a href="Data-Semigroup-Bifoldable.html#t:Bifoldable1">Bifoldable1</a> f, <a href="Data-Semigroup-Bifoldable.html#t:Bifoldable1">Bifoldable1</a> g) =&gt; <a href="Data-Semigroup-Bifoldable.html#t:Bifoldable1">Bifoldable1</a> (<a href="file:///usr/share/doc/libghc-bifunctors-doc/html/Data-Bifunctor-Product.html#t:Product">Product</a> f g)</span> <a href="src/Data-Semigroup-Foldable-Class.html#line-127" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="Data-Semigroup-Bifoldable.html#t:Bifoldable1">Bifoldable1</a> (<a href="file:///usr/share/doc/ghc-doc/html/libraries/ghc-prim-0.4.0.0/GHC-Tuple.html#t:-40--44--44--44--44--41-">(,,,,)</a> x y z)</span> <a href="src/Data-Semigroup-Foldable-Class.html#line-95" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr><tr><td class="src clearfix"><span class="inst-left">(<a href="Data-Semigroup-Bifoldable.html#t:Bifoldable1">Bifoldable1</a> p, <a href="Data-Semigroup-Foldable-Class.html#t:Foldable1">Foldable1</a> f, <a href="Data-Semigroup-Foldable-Class.html#t:Foldable1">Foldable1</a> g) =&gt; <a href="Data-Semigroup-Bifoldable.html#t:Bifoldable1">Bifoldable1</a> (<a href="file:///usr/share/doc/libghc-bifunctors-doc/html/Data-Bifunctor-Biff.html#t:Biff">Biff</a> p f g)</span> <a href="src/Data-Semigroup-Foldable-Class.html#line-107" class="link">Source</a></td><td class="doc empty">&nbsp;</td></tr></table></div></div></div><div class="top"><p class="src"><a name="v:bitraverse1_" class="def">bitraverse1_</a> :: (<a href="Data-Semigroup-Bifoldable.html#t:Bifoldable1">Bifoldable1</a> t, <a href="Data-Functor-Apply.html#t:Apply">Apply</a> f) =&gt; (a -&gt; f b) -&gt; (c -&gt; f d) -&gt; t a c -&gt; f () <a href="src/Data-Semigroup-Bifoldable.html#bitraverse1_" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:bifor1_" class="def">bifor1_</a> :: (<a href="Data-Semigroup-Bifoldable.html#t:Bifoldable1">Bifoldable1</a> t, <a href="Data-Functor-Apply.html#t:Apply">Apply</a> f) =&gt; t a c -&gt; (a -&gt; f b) -&gt; (c -&gt; f d) -&gt; f () <a href="src/Data-Semigroup-Bifoldable.html#bifor1_" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:bisequenceA1_" class="def">bisequenceA1_</a> :: (<a href="Data-Semigroup-Bifoldable.html#t:Bifoldable1">Bifoldable1</a> t, <a href="Data-Functor-Apply.html#t:Apply">Apply</a> f) =&gt; t (f a) (f b) -&gt; f () <a href="src/Data-Semigroup-Bifoldable.html#bisequenceA1_" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:bifoldMapDefault1" class="def">bifoldMapDefault1</a> :: (<a href="Data-Semigroup-Bifoldable.html#t:Bifoldable1">Bifoldable1</a> t, <a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Monoid.html#t:Monoid">Monoid</a> m) =&gt; (a -&gt; m) -&gt; (b -&gt; m) -&gt; t a b -&gt; m <a href="src/Data-Semigroup-Bifoldable.html#bifoldMapDefault1" class="link">Source</a></p><div class="doc"><p>Usable default for foldMap, but only if you define bifoldMap1 yourself</p></div></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.16.1</p></div></body></html>