This file is indexed.

/usr/share/doc/libderiving-ocsigen-ocaml-dev/html/api/Deriving_Eq.Eq_mutable.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_Eq.Eq_immutable.html">
<link rel="next" href="Deriving_Eq.Eq_alpha.html">
<link rel="Up" href="Deriving_Eq.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_Eq.Eq_mutable</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Deriving_Eq.Eq_immutable.html" title="Deriving_Eq.Eq_immutable">Previous</a>
&nbsp;<a class="up" href="Deriving_Eq.html" title="Deriving_Eq">Up</a>
&nbsp;<a class="post" href="Deriving_Eq.Eq_alpha.html" title="Deriving_Eq.Eq_alpha">Next</a>
</div>
<h1>Functor <a href="type_Deriving_Eq.Eq_mutable.html">Deriving_Eq.Eq_mutable</a></h1>

<pre><span class="keyword">module</span> Eq_mutable: <div class="sig_block"><code class="code">functor (</code><code class="code">S</code><code class="code"> : </code><code class="code">sig</code><div class="sig_block">
<pre><span id="TYPEa"><span class="keyword">type</span> <code class="type"></code>a</span> </pre>

</div><code class="code">end</code><code class="code">) -&gt; </code><code class="type"><a href="Deriving_Eq.Eq.html">Eq</a></code><code class="type">  with type a = S.a</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">sig type a end</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="VALeq"><span class="keyword">val</span> eq</span> : <code class="type"><a href="Deriving_Eq.Eq.html#TYPEa">a</a> -> <a href="Deriving_Eq.Eq.html#TYPEa">a</a> -> bool</code></pre></body></html>