This file is indexed.

/usr/share/doc/libtyperep-camlp4-dev/html/api/Variant_and_record_intf.M.Record_internal.html is in libtyperep-camlp4-dev 113.00.00-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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<!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="Variant_and_record_intf.M.Field.html">
<link rel="next" href="Variant_and_record_intf.M.Record.html">
<link rel="Up" href="Variant_and_record_intf.M.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>Variant_and_record_intf.M.Record_internal</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Variant_and_record_intf.M.Field.html" title="Variant_and_record_intf.M.Field">Previous</a>
&nbsp;<a class="up" href="Variant_and_record_intf.M.html" title="Variant_and_record_intf.M">Up</a>
&nbsp;<a class="post" href="Variant_and_record_intf.M.Record.html" title="Variant_and_record_intf.M.Record">Next</a>
</div>
<h1>Module <a href="type_Variant_and_record_intf.M.Record_internal.html">Variant_and_record_intf.M.Record_internal</a></h1>

<pre><span class="keyword">module</span> Record_internal: <code class="code">sig</code> <a href="Variant_and_record_intf.M.Record_internal.html">..</a> <code class="code">end</code></pre><hr width="100%">

<pre><code><span id="TYPEfield"><span class="keyword">type</span> <code class="type">'_</code> field</span> = </code></pre><table class="typetable">
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTfield.Field"><span class="constructor">Field</span></span> <span class="keyword">:</span> <code class="type">('record, 'a) Variant_and_record_intf.M.Field.t</code> <span class="keyword">-></span> <code class="type">'record <a href="Variant_and_record_intf.M.Record_internal.html#TYPEfield">field</a></code></code></td>

</tr></table>



<pre><code><span id="TYPEfields"><span class="keyword">type</span> <code class="type">'record</code> fields</span> = {</code></pre><table class="typetable">
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTfields.get">get</span>&nbsp;: <code class="type">'field. ('record, 'field) Variant_and_record_intf.M.Field.t -> 'field</code>;</code></td>

</tr></table>
}



<pre><code><span id="TYPEt"><span class="keyword">type</span> <code class="type">'a</code> t</span> = {</code></pre><table class="typetable">
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTt.typename">typename</span>&nbsp;: <code class="type">'a <a href="Typename.html#TYPEt">Typename.t</a></code>;</code></td>

</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTt.fields">fields</span>&nbsp;: <code class="type">'a <a href="Variant_and_record_intf.M.Record_internal.html#TYPEfield">field</a> array</code>;</code></td>

</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTt.has_double_array_tag">has_double_array_tag</span>&nbsp;: <code class="type">bool</code>;</code></td>

</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTt.create">create</span>&nbsp;: <code class="type">'a <a href="Variant_and_record_intf.M.Record_internal.html#TYPEfields">fields</a> -> 'a</code>;</code></td>

</tr></table>
}


</body></html>