This file is indexed.

/usr/share/doc/libpgocaml-ocaml-dev/html/api/PGOCaml_aux.Option.html is in libpgocaml-ocaml-dev 2.2-1build1.

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
<!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="PGOCaml_aux.String.html">
<link rel="next" href="PGOCaml_aux.List.html">
<link rel="Up" href="PGOCaml_aux.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="PGOCaml" rel="Chapter" href="PGOCaml.html">
<link title="PGOCaml_aux" rel="Chapter" href="PGOCaml_aux.html">
<link title="PGOCaml_config" rel="Chapter" href="PGOCaml_config.html">
<link title="PGOCaml_generic" rel="Chapter" href="PGOCaml_generic.html"><title>PGOCaml_aux.Option</title>
</head>
<body>
<div class="navbar"><a class="pre" href="PGOCaml_aux.String.html" title="PGOCaml_aux.String">Previous</a>
&nbsp;<a class="up" href="PGOCaml_aux.html" title="PGOCaml_aux">Up</a>
&nbsp;<a class="post" href="PGOCaml_aux.List.html" title="PGOCaml_aux.List">Next</a>
</div>
<h1>Module <a href="type_PGOCaml_aux.Option.html">PGOCaml_aux.Option</a></h1>

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

<pre><span id="VALdefault"><span class="keyword">val</span> default</span> : <code class="type">'a -> 'a option -> 'a</code></pre>
<pre><span id="VALget"><span class="keyword">val</span> get</span> : <code class="type">'a option -> 'a</code></pre>
<pre><span id="VALmap"><span class="keyword">val</span> map</span> : <code class="type">('a -> 'b) -> 'a option -> 'b option</code></pre></body></html>