This file is indexed.

/usr/share/doc/libapron-ocaml-dev/html/Box.Abstract0.html is in libapron-ocaml-dev 0.9.10-9+b1.

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
<!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="next" href="Box.Abstract1.html">
<link rel="Up" href="Box.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="Introduction" rel="Chapter" href="Introduction.html">
<link title="Scalar" rel="Chapter" href="Scalar.html">
<link title="Interval" rel="Chapter" href="Interval.html">
<link title="Coeff" rel="Chapter" href="Coeff.html">
<link title="Dim" rel="Chapter" href="Dim.html">
<link title="Linexpr0" rel="Chapter" href="Linexpr0.html">
<link title="Lincons0" rel="Chapter" href="Lincons0.html">
<link title="Generator0" rel="Chapter" href="Generator0.html">
<link title="Texpr0" rel="Chapter" href="Texpr0.html">
<link title="Tcons0" rel="Chapter" href="Tcons0.html">
<link title="Manager" rel="Chapter" href="Manager.html">
<link title="Abstract0" rel="Chapter" href="Abstract0.html">
<link title="Var" rel="Chapter" href="Var.html">
<link title="Environment" rel="Chapter" href="Environment.html">
<link title="Linexpr1" rel="Chapter" href="Linexpr1.html">
<link title="Lincons1" rel="Chapter" href="Lincons1.html">
<link title="Generator1" rel="Chapter" href="Generator1.html">
<link title="Texpr1" rel="Chapter" href="Texpr1.html">
<link title="Tcons1" rel="Chapter" href="Tcons1.html">
<link title="Abstract1" rel="Chapter" href="Abstract1.html">
<link title="Parser" rel="Chapter" href="Parser.html">
<link title="Box" rel="Chapter" href="Box.html">
<link title="Oct" rel="Chapter" href="Oct.html">
<link title="Polka" rel="Chapter" href="Polka.html">
<link title="Ppl" rel="Chapter" href="Ppl.html">
<link title="PolkaGrid" rel="Chapter" href="PolkaGrid.html">
<link title="Mpz" rel="Chapter" href="Mpz.html">
<link title="Mpq" rel="Chapter" href="Mpq.html">
<link title="Gmp_random" rel="Chapter" href="Gmp_random.html">
<link title="Mpf" rel="Chapter" href="Mpf.html">
<link title="Mpfr" rel="Chapter" href="Mpfr.html">
<link title="Mpzf" rel="Chapter" href="Mpzf.html">
<link title="Mpqf" rel="Chapter" href="Mpqf.html">
<link title="Mpfrf" rel="Chapter" href="Mpfrf.html"><title>Box.Abstract0</title>
</head>
<body>
<div class="navbar">&nbsp;<a class="up" href="Box.html" title="Box">Up</a>
&nbsp;<a class="post" href="Box.Abstract1.html" title="Box.Abstract1">Next</a>
</div>
<h1>Module <a href="type_Box.Abstract0.html">Box.Abstract0</a></h1>

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

<pre><span id="VALis_box"><span class="keyword">val</span> is_box</span> : <code class="type">'a Apron.Abstract0.t -> bool</code></pre><div class="info ">
Return <code class="code"><span class="keyword">true</span></code> iff the argument value is a box value<br>
</div>

<pre><span id="VALof_box"><span class="keyword">val</span> of_box</span> : <code class="type"><a href="Box.html#TYPEt">Box.t</a> Apron.Abstract0.t -> 'a Apron.Abstract0.t</code></pre><div class="info ">
Make a box value generic<br>
</div>

<pre><span id="VALto_box"><span class="keyword">val</span> to_box</span> : <code class="type">'a Apron.Abstract0.t -> <a href="Box.html#TYPEt">Box.t</a> Apron.Abstract0.t</code></pre><div class="info ">
Instanciate the type of a box value.
	Raises <code class="code"><span class="constructor">Failure</span></code> if the argument value is not a box value<br>
</div>
</body></html>