This file is indexed.

/usr/share/doc/libderiving-ocsigen-ocaml-dev/html/api/Deriving_Functor.Functor_map.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
<!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_Functor.Functor_list.html">
<link rel="Up" href="Deriving_Functor.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_Functor.Functor_map</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Deriving_Functor.Functor_list.html" title="Deriving_Functor.Functor_list">Previous</a>
&nbsp;<a class="up" href="Deriving_Functor.html" title="Deriving_Functor">Up</a>
&nbsp;</div>
<h1>Functor <a href="type_Deriving_Functor.Functor_map.html">Deriving_Functor.Functor_map</a></h1>

<pre><span class="keyword">module</span> Functor_map: <div class="sig_block"><code class="code">functor (</code><code class="code">O</code><code class="code"> : </code><code class="type">Map.OrderedType</code><code class="code">) -&gt; </code><code class="type"><a href="Deriving_Functor.Functor.html">Functor</a></code><code class="type">  with type 'a f = 'a Map.Make(O).t</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>O</code></td>
<td align="center" valign="top">:</td>
<td><code class="type">Map.OrderedType</code>
</table>
</td>
</tr>
</table>
<hr width="100%">

<pre><span id="TYPEf"><span class="keyword">type</span> <code class="type">'a</code> f</span> </pre>


<pre><span id="VALmap"><span class="keyword">val</span> map</span> : <code class="type">('a -> 'b) -> 'a <a href="Deriving_Functor.Functor.html#TYPEf">f</a> -> 'b <a href="Deriving_Functor.Functor.html#TYPEf">f</a></code></pre></body></html>