This file is indexed.

/usr/share/doc/libghc-lens-doc/html/Control-Lens-Internal-Setter.html is in libghc-lens-doc 4.13-1.

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.Lens.Internal.Setter</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-Lens-Internal-Setter.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Control-Lens-Internal-Setter.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">lens-4.13: Lenses, Folds and Traversals</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Copyright</th><td>(C) 2012-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>non-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.Lens.Internal.Setter</p></div><div id="table-of-contents"><p class="caption">Contents</p><ul><li><a href="#g:1">Setters</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="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Control-Applicative.html#t:Applicative">Applicative</a> f, <a href="file:///usr/share/doc/libghc-distributive-doc/html/Data-Distributive.html#t:Distributive">Distributive</a> f, <a href="Control-Lens-Traversal.html#t:Traversable">Traversable</a> f) =&gt; <a href="#t:Settable">Settable</a> f <span class="keyword">where</span><ul class="subs"><li><a href="#v:untainted">untainted</a> :: f a -&gt; a</li><li><a href="#v:untaintedDot">untaintedDot</a> :: <a href="Control-Lens-Iso.html#t:Profunctor">Profunctor</a> p =&gt; p a (f b) -&gt; p a b</li><li><a href="#v:taintedDot">taintedDot</a> :: <a href="Control-Lens-Iso.html#t:Profunctor">Profunctor</a> p =&gt; p a b -&gt; p a (f b)</li></ul></li></ul></div><div id="interface"><h2 id="g:1">Setters</h2><div class="top"><p class="src"><span class="keyword">class</span> (<a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Control-Applicative.html#t:Applicative">Applicative</a> f, <a href="file:///usr/share/doc/libghc-distributive-doc/html/Data-Distributive.html#t:Distributive">Distributive</a> f, <a href="Control-Lens-Traversal.html#t:Traversable">Traversable</a> f) =&gt; <a name="t:Settable" class="def">Settable</a> f <span class="keyword">where</span> <a href="src/Control-Lens-Internal-Setter.html#Settable" class="link">Source</a></p><div class="doc"><p>Anything <code><a href="Control-Lens-Internal-Setter.html#t:Settable">Settable</a></code> must be isomorphic to the <code><a href="Control-Lens-Setter.html#t:Identity">Identity</a></code> <code><a href="file:///usr/share/doc/ghc-doc/html/libraries/base-4.8.2.0/Data-Functor.html#t:Functor">Functor</a></code>.</p></div><div class="subs minimal"><p class="caption">Minimal complete definition</p><p class="src"><a href="Control-Lens-Internal-Setter.html#v:untainted">untainted</a></p></div><div class="subs methods"><p class="caption">Methods</p><p class="src"><a name="v:untainted" class="def">untainted</a> :: f a -&gt; a <a href="src/Control-Lens-Internal-Setter.html#untainted" class="link">Source</a></p><p class="src"><a name="v:untaintedDot" class="def">untaintedDot</a> :: <a href="Control-Lens-Iso.html#t:Profunctor">Profunctor</a> p =&gt; p a (f b) -&gt; p a b <a href="src/Control-Lens-Internal-Setter.html#untaintedDot" class="link">Source</a></p><p class="src"><a name="v:taintedDot" class="def">taintedDot</a> :: <a href="Control-Lens-Iso.html#t:Profunctor">Profunctor</a> p =&gt; p a b -&gt; p a (f b) <a href="src/Control-Lens-Internal-Setter.html#taintedDot" class="link">Source</a></p></div><div class="subs instances"><p id="control.i:Settable" class="caption collapser" onclick="toggleSection('i:Settable')">Instances</p><div id="section.i:Settable" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><a href="Control-Lens-Internal-Setter.html#t:Settable">Settable</a> <a href="Control-Lens-Setter.html#t:Identity">Identity</a></span> <a href="src/Control-Lens-Internal-Setter.html#line-54" class="link">Source</a></td><td class="doc"><p>So you can pass our <code><a href="Control-Lens-Setter.html#v:Setter">Setter</a></code> into combinators from other lens libraries.</p></td></tr><tr><td class="src clearfix"><span class="inst-left"><a href="Control-Lens-Internal-Setter.html#t:Settable">Settable</a> f =&gt; <a href="Control-Lens-Internal-Setter.html#t:Settable">Settable</a> (<a href="file:///usr/share/doc/ghc-doc/html/libraries/transformers-0.4.2.0/Control-Applicative-Backwards.html#t:Backwards">Backwards</a> f)</span> <a href="src/Control-Lens-Internal-Setter.html#line-63" class="link">Source</a></td><td class="doc"><p><code><a href="Control-Lens-Fold.html#v:backwards">backwards</a></code></p></td></tr><tr><td class="src clearfix"><span class="inst-left">(<a href="Control-Lens-Internal-Setter.html#t:Settable">Settable</a> f, <a href="Control-Lens-Internal-Setter.html#t:Settable">Settable</a> g) =&gt; <a href="Control-Lens-Internal-Setter.html#t:Settable">Settable</a> (<a href="file:///usr/share/doc/ghc-doc/html/libraries/transformers-0.4.2.0/Data-Functor-Compose.html#t:Compose">Compose</a> f g)</span> <a href="src/Control-Lens-Internal-Setter.html#line-67" class="link">Source</a></td><td class="doc empty">&nbsp;</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.16.1</p></div></body></html>