This file is indexed.

/usr/share/doc/libapron-ocaml-dev/html/Ppl.Abstract1.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
69
70
71
72
73
74
75
76
77
<!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="Ppl.Abstract0.html">
<link rel="Up" href="Ppl.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>Ppl.Abstract1</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Ppl.Abstract0.html" title="Ppl.Abstract0">Previous</a>
&nbsp;<a class="up" href="Ppl.html" title="Ppl">Up</a>
&nbsp;</div>
<h1>Module <a href="type_Ppl.Abstract1.html">Ppl.Abstract1</a></h1>

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

<pre><span id="VALis_ppl"><span class="keyword">val</span> is_ppl</span> : <code class="type">'a Apron.Abstract1.t -> bool</code></pre>
<pre><span id="VALis_ppl_loose"><span class="keyword">val</span> is_ppl_loose</span> : <code class="type">'a Apron.Abstract1.t -> bool</code></pre>
<pre><span id="VALis_ppl_strict"><span class="keyword">val</span> is_ppl_strict</span> : <code class="type">'a Apron.Abstract1.t -> bool</code></pre>
<pre><span id="VALis_ppl_grid"><span class="keyword">val</span> is_ppl_grid</span> : <code class="type">'a Apron.Abstract1.t -> bool</code></pre><div class="info ">
Return <code class="code"><span class="keyword">true</span></code> iff the argument manager is a ppl value<br>
</div>

<pre><span id="VALof_ppl"><span class="keyword">val</span> of_ppl</span> : <code class="type">'a <a href="Ppl.html#TYPEt">Ppl.t</a> Apron.Abstract1.t -> 'b Apron.Abstract1.t</code></pre>
<pre><span id="VALof_ppl_loose"><span class="keyword">val</span> of_ppl_loose</span> : <code class="type"><a href="Ppl.html#TYPEloose">Ppl.loose</a> <a href="Ppl.html#TYPEt">Ppl.t</a> Apron.Abstract1.t -> 'a Apron.Abstract1.t</code></pre>
<pre><span id="VALof_ppl_strict"><span class="keyword">val</span> of_ppl_strict</span> : <code class="type"><a href="Ppl.html#TYPEstrict">Ppl.strict</a> <a href="Ppl.html#TYPEt">Ppl.t</a> Apron.Abstract1.t -> 'a Apron.Abstract1.t</code></pre>
<pre><span id="VALof_ppl_grid"><span class="keyword">val</span> of_ppl_grid</span> : <code class="type"><a href="Ppl.html#TYPEgrid">Ppl.grid</a> <a href="Ppl.html#TYPEt">Ppl.t</a> Apron.Abstract1.t -> 'a Apron.Abstract1.t</code></pre><div class="info ">
Make a ppl value generic<br>
</div>

<pre><span id="VALto_ppl"><span class="keyword">val</span> to_ppl</span> : <code class="type">'a Apron.Abstract1.t -> 'b <a href="Ppl.html#TYPEt">Ppl.t</a> Apron.Abstract1.t</code></pre>
<pre><span id="VALto_ppl_loose"><span class="keyword">val</span> to_ppl_loose</span> : <code class="type">'a Apron.Abstract1.t -> <a href="Ppl.html#TYPEloose">Ppl.loose</a> <a href="Ppl.html#TYPEt">Ppl.t</a> Apron.Abstract1.t</code></pre>
<pre><span id="VALto_ppl_strict"><span class="keyword">val</span> to_ppl_strict</span> : <code class="type">'a Apron.Abstract1.t -> <a href="Ppl.html#TYPEstrict">Ppl.strict</a> <a href="Ppl.html#TYPEt">Ppl.t</a> Apron.Abstract1.t</code></pre>
<pre><span id="VALto_ppl_grid"><span class="keyword">val</span> to_ppl_grid</span> : <code class="type">'a Apron.Abstract1.t -> <a href="Ppl.html#TYPEgrid">Ppl.grid</a> <a href="Ppl.html#TYPEt">Ppl.t</a> Apron.Abstract1.t</code></pre><div class="info ">
Instanciate the type of a ppl value.
	Raises <code class="code"><span class="constructor">Failure</span></code> if the argument manager is not a ppl manager<br>
</div>
</body></html>