This file is indexed.

/usr/share/doc/libghc-chart-doc/html/Graphics-Rendering-Chart-Plot-Hidden.html is in libghc-chart-doc 1.8.1-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
5
6
<!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>Graphics.Rendering.Chart.Plot.Hidden</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script src="file:///usr/share/javascript/mathjax/MathJax.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();setSynopsis("mini_Graphics-Rendering-Chart-Plot-Hidden.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/Graphics-Rendering-Chart-Plot-Hidden.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">Chart-1.8.1: A library for generating 2D Charts and Plots</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Copyright</th><td>(c) Tim Docker 2006, 2014</td></tr><tr><th>License</th><td>BSD-style (see chart/COPYRIGHT)</td></tr><tr><th>Safe Haskell</th><td>None</td></tr><tr><th>Language</th><td>Haskell98</td></tr></table><p class="caption">Graphics.Rendering.Chart.Plot.Hidden</p></div><div id="description"><p class="caption">Description</p><div class="doc"><p>Plots that don't show, but occupy space so as to effect axis
 scaling</p></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">data</span> <a href="#t:PlotHidden">PlotHidden</a> x y = <a href="#v:PlotHidden">PlotHidden</a> {<ul class="subs"><li><a href="#v:_plot_hidden_x_values">_plot_hidden_x_values</a> :: [x]</li><li><a href="#v:_plot_hidden_y_values">_plot_hidden_y_values</a> :: [y]</li></ul>}</li><li class="src short"><a href="#v:plot_hidden_x_values">plot_hidden_x_values</a> :: <span class="keyword">forall</span> x y x. <a href="file:///usr/share/doc/libghc-lens-doc/html/Control-Lens-Type.html#t:Lens">Lens</a> (<a href="Graphics-Rendering-Chart-Plot-Hidden.html#t:PlotHidden">PlotHidden</a> x y) (<a href="Graphics-Rendering-Chart-Plot-Hidden.html#t:PlotHidden">PlotHidden</a> x y) [x] [x]</li><li class="src short"><a href="#v:plot_hidden_y_values">plot_hidden_y_values</a> :: <span class="keyword">forall</span> x y y. <a href="file:///usr/share/doc/libghc-lens-doc/html/Control-Lens-Type.html#t:Lens">Lens</a> (<a href="Graphics-Rendering-Chart-Plot-Hidden.html#t:PlotHidden">PlotHidden</a> x y) (<a href="Graphics-Rendering-Chart-Plot-Hidden.html#t:PlotHidden">PlotHidden</a> x y) [y] [y]</li></ul></div><div id="interface"><h1>Documentation</h1><div class="top"><p class="src"><span class="keyword">data</span> <a id="t:PlotHidden" class="def">PlotHidden</a> x y <a href="src/Graphics-Rendering-Chart-Plot-Hidden.html#PlotHidden" class="link">Source</a> <a href="#t:PlotHidden" class="selflink">#</a></p><div class="doc"><p>Value defining some hidden x and y values. The values are
   not displayed, but they still affect axis scaling.</p></div><div class="subs constructors"><p class="caption">Constructors</p><table><tr><td class="src"><a id="v:PlotHidden" class="def">PlotHidden</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div class="subs fields"><p class="caption">Fields</p><ul><li><dfn class="src"><a id="v:_plot_hidden_x_values" class="def">_plot_hidden_x_values</a> :: [x]</dfn><div class="doc empty">&nbsp;</div></li><li><dfn class="src"><a id="v:_plot_hidden_y_values" class="def">_plot_hidden_y_values</a> :: [y]</dfn><div class="doc empty">&nbsp;</div></li></ul></div></td></tr></table></div><div class="subs instances"><p id="control.i:PlotHidden" class="caption collapser" onclick="toggleSection('i:PlotHidden')">Instances</p><div id="section.i:PlotHidden" class="show"><table><tr><td class="src clearfix"><span class="inst-left"><span id="control.i:id:PlotHidden:ToPlot:1" class="instance expander" onclick="toggleSection('i:id:PlotHidden:ToPlot:1')"></span> <a href="Graphics-Rendering-Chart-Plot-Types.html#t:ToPlot">ToPlot</a> <a href="Graphics-Rendering-Chart-Plot-Hidden.html#t:PlotHidden">PlotHidden</a></span> <a href="src/Graphics-Rendering-Chart-Plot-Hidden.html#line-29" class="link">Source</a> <a href="#t:PlotHidden" class="selflink">#</a></td><td class="doc empty">&nbsp;</td></tr><tr><td colspan="2"><div id="section.i:id:PlotHidden:ToPlot:1" class="inst-details hide"><div class="subs methods"><p class="caption">Methods</p><p class="src"><a href="#v:toPlot">toPlot</a> :: <a href="Graphics-Rendering-Chart-Plot-Hidden.html#t:PlotHidden">PlotHidden</a> x y -&gt; <a href="Graphics-Rendering-Chart-Plot-Types.html#t:Plot">Plot</a> x y <a href="src/Graphics-Rendering-Chart-Plot-Types.html#toPlot" class="link">Source</a> <a href="#v:toPlot" class="selflink">#</a></p></div></div></td></tr></table></div></div></div><div class="top"><p class="src"><a id="v:plot_hidden_x_values" class="def">plot_hidden_x_values</a> :: <span class="keyword">forall</span> x y x. <a href="file:///usr/share/doc/libghc-lens-doc/html/Control-Lens-Type.html#t:Lens">Lens</a> (<a href="Graphics-Rendering-Chart-Plot-Hidden.html#t:PlotHidden">PlotHidden</a> x y) (<a href="Graphics-Rendering-Chart-Plot-Hidden.html#t:PlotHidden">PlotHidden</a> x y) [x] [x] <a href="src/Graphics-Rendering-Chart-Plot-Hidden.html#plot_hidden_x_values" class="link">Source</a> <a href="#v:plot_hidden_x_values" class="selflink">#</a></p></div><div class="top"><p class="src"><a id="v:plot_hidden_y_values" class="def">plot_hidden_y_values</a> :: <span class="keyword">forall</span> x y y. <a href="file:///usr/share/doc/libghc-lens-doc/html/Control-Lens-Type.html#t:Lens">Lens</a> (<a href="Graphics-Rendering-Chart-Plot-Hidden.html#t:PlotHidden">PlotHidden</a> x y) (<a href="Graphics-Rendering-Chart-Plot-Hidden.html#t:PlotHidden">PlotHidden</a> x y) [y] [y] <a href="src/Graphics-Rendering-Chart-Plot-Hidden.html#plot_hidden_y_values" class="link">Source</a> <a href="#v:plot_hidden_y_values" class="selflink">#</a></p></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.17.2</p></div></body></html>