This file is indexed.

/usr/share/doc/libderiving-ocsigen-ocaml-dev/html/api/Deriving_Show.Show_array.html is in libderiving-ocsigen-ocaml-dev 0.5-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
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="previous" href="Deriving_Show.Show_option.html">
<link rel="next" href="Deriving_Show.Show_map.html">
<link rel="Up" href="Deriving_Show.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Index of module types" rel=Appendix href="index_module_types.html">
<link title="Deriving_Bounded" rel="Chapter" href="Deriving_Bounded.html">
<link title="Deriving_Dump" rel="Chapter" href="Deriving_Dump.html">
<link title="Deriving_Enum" rel="Chapter" href="Deriving_Enum.html">
<link title="Deriving_Eq" rel="Chapter" href="Deriving_Eq.html">
<link title="Deriving_Functor" rel="Chapter" href="Deriving_Functor.html">
<link title="Deriving_Pickle" rel="Chapter" href="Deriving_Pickle.html">
<link title="Deriving_Show" rel="Chapter" href="Deriving_Show.html">
<link title="Deriving_Typeable" rel="Chapter" href="Deriving_Typeable.html">
<link title="Deriving_dynmap" rel="Chapter" href="Deriving_dynmap.html">
<link title="Deriving_interned" rel="Chapter" href="Deriving_interned.html">
<link title="Deriving_monad" rel="Chapter" href="Deriving_monad.html">
<link title="Deriving_num" rel="Chapter" href="Deriving_num.html"><title>Deriving_Show.Show_array</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Deriving_Show.Show_option.html" title="Deriving_Show.Show_option">Previous</a>
&nbsp;<a class="up" href="Deriving_Show.html" title="Deriving_Show">Up</a>
&nbsp;<a class="post" href="Deriving_Show.Show_map.html" title="Deriving_Show.Show_map">Next</a>
</div>
<h1>Functor <a href="type_Deriving_Show.Show_array.html">Deriving_Show.Show_array</a></h1>

<pre><span class="keyword">module</span> Show_array: <div class="sig_block"><code class="code">functor (</code><code class="code">S</code><code class="code"> : </code><code class="type"><a href="Deriving_Show.Show.html">Show</a></code><code class="code">) -&gt; </code><code class="type"><a href="Deriving_Show.Show.html">Show</a></code><code class="type">  with type a = S.a array</code></div></pre><table border="0" cellpadding="3" width="100%">
<tr>
<td align="left" valign="top" width="1%%"><b>Parameters: </b></td>
<td>
<table class="paramstable">
<tr>
<td align="center" valign="top" width="15%">
<code>S</code></td>
<td align="center" valign="top">:</td>
<td><code class="type"><a href="Deriving_Show.Show.html">Show</a></code>
</table>
</td>
</tr>
</table>
<hr width="100%">

<pre><span id="TYPEa"><span class="keyword">type</span> <code class="type"></code>a</span> </pre>


<pre><span id="VALformat"><span class="keyword">val</span> format</span> : <code class="type">Format.formatter -> <a href="Deriving_Show.Show.html#TYPEa">a</a> -> unit</code></pre>
<pre><span id="VALformat_list"><span class="keyword">val</span> format_list</span> : <code class="type">Format.formatter -> <a href="Deriving_Show.Show.html#TYPEa">a</a> list -> unit</code></pre>
<pre><span id="VALshow"><span class="keyword">val</span> show</span> : <code class="type"><a href="Deriving_Show.Show.html#TYPEa">a</a> -> string</code></pre>
<pre><span id="VALshow_list"><span class="keyword">val</span> show_list</span> : <code class="type"><a href="Deriving_Show.Show.html#TYPEa">a</a> list -> string</code></pre></body></html>