This file is indexed.

/usr/share/doc/libtyperep-camlp4-dev/html/api/Std.Type_abstract.html is in libtyperep-camlp4-dev 113.00.00-3ubuntu1.

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
<!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">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="Start" href="index.html">
<link rel="next" href="Std.Type_equal.html">
<link rel="Up" href="Std.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="Make_typename" rel="Chapter" href="Make_typename.html">
<link title="Named_intf" rel="Chapter" href="Named_intf.html">
<link title="Pa_typerep_conv" rel="Chapter" href="Pa_typerep_conv.html">
<link title="Std" rel="Chapter" href="Std.html">
<link title="Std_internal" rel="Chapter" href="Std_internal.html">
<link title="Type_abstract" rel="Chapter" href="Type_abstract.html">
<link title="Type_equal" rel="Chapter" href="Type_equal.html">
<link title="Type_generic" rel="Chapter" href="Type_generic.html">
<link title="Type_generic_intf" rel="Chapter" href="Type_generic_intf.html">
<link title="Typename" rel="Chapter" href="Typename.html">
<link title="Typerep_obj" rel="Chapter" href="Typerep_obj.html">
<link title="Typerepable" rel="Chapter" href="Typerepable.html">
<link title="Variant_and_record_intf" rel="Chapter" href="Variant_and_record_intf.html"><title>Std.Type_abstract</title>
</head>
<body>
<div class="navbar">&nbsp;<a class="up" href="Std.html" title="Std">Up</a>
&nbsp;<a class="post" href="Std.Type_equal.html" title="Std.Type_equal">Next</a>
</div>
<h1>Module <a href="type_Std.Type_abstract.html">Std.Type_abstract</a></h1>

<pre><span class="keyword">module</span> Type_abstract: <code class="type"><a href="Type_abstract.html">Type_abstract</a></code></pre><hr width="100%">

<pre><span class="keyword">module</span> <a href="Type_abstract.Make0.html">Make0</a>: <div class="sig_block"><code class="code">functor (</code><code class="code">X</code><code class="code"> : </code><code class="type"><a href="Named_intf.S0.html">Named_intf.S0</a></code><code class="code">) -&gt; </code><code class="type"><a href="Typerepable.S0.html">Typerepable.S0</a></code><code class="type"> 
  with type t := X.t</code></div></pre>
<pre><span class="keyword">module</span> <a href="Type_abstract.Make1.html">Make1</a>: <div class="sig_block"><code class="code">functor (</code><code class="code">X</code><code class="code"> : </code><code class="type"><a href="Named_intf.S1.html">Named_intf.S1</a></code><code class="code">) -&gt; </code><code class="type"><a href="Typerepable.S1.html">Typerepable.S1</a></code><code class="type"> 
  with type 'a t := 'a X.t</code></div></pre>
<pre><span class="keyword">module</span> <a href="Type_abstract.Make2.html">Make2</a>: <div class="sig_block"><code class="code">functor (</code><code class="code">X</code><code class="code"> : </code><code class="type"><a href="Named_intf.S2.html">Named_intf.S2</a></code><code class="code">) -&gt; </code><code class="type"><a href="Typerepable.S2.html">Typerepable.S2</a></code><code class="type"> 
  with type ('a, 'b) t := ('a, 'b) X.t</code></div></pre>
<pre><span class="keyword">module</span> <a href="Type_abstract.Make3.html">Make3</a>: <div class="sig_block"><code class="code">functor (</code><code class="code">X</code><code class="code"> : </code><code class="type"><a href="Named_intf.S3.html">Named_intf.S3</a></code><code class="code">) -&gt; </code><code class="type"><a href="Typerepable.S3.html">Typerepable.S3</a></code><code class="type"> 
  with type ('a, 'b, 'c) t := ('a, 'b, 'c) X.t</code></div></pre>
<pre><span class="keyword">module</span> <a href="Type_abstract.Make4.html">Make4</a>: <div class="sig_block"><code class="code">functor (</code><code class="code">X</code><code class="code"> : </code><code class="type"><a href="Named_intf.S4.html">Named_intf.S4</a></code><code class="code">) -&gt; </code><code class="type"><a href="Typerepable.S4.html">Typerepable.S4</a></code><code class="type"> 
  with type ('a, 'b, 'c, 'd) t := ('a, 'b, 'c, 'd) X.t</code></div></pre>
<pre><span class="keyword">module</span> <a href="Type_abstract.Make5.html">Make5</a>: <div class="sig_block"><code class="code">functor (</code><code class="code">X</code><code class="code"> : </code><code class="type"><a href="Named_intf.S5.html">Named_intf.S5</a></code><code class="code">) -&gt; </code><code class="type"><a href="Typerepable.S5.html">Typerepable.S5</a></code><code class="type"> 
  with type ('a, 'b, 'c, 'd, 'e) t := ('a, 'b, 'c, 'd, 'e) X.t</code></div></pre></body></html>