This file is indexed.

/usr/share/doc/libaac-tactics-coq/api/AAC_coq.Transitive.html is in libaac-tactics-coq 0.2.pl2-4build1.

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
<!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="AAC_coq.Relation.html">
<link rel="next" href="AAC_coq.Equivalence.html">
<link rel="Up" href="AAC_coq.html">
<link title="Index of types" rel=Appendix href="index_types.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="AAC_coq" rel="Chapter" href="AAC_coq.html">
<link title="AAC_helper" rel="Chapter" href="AAC_helper.html">
<link title="AAC_search_monad" rel="Chapter" href="AAC_search_monad.html">
<link title="AAC_matcher" rel="Chapter" href="AAC_matcher.html">
<link title="AAC_theory" rel="Chapter" href="AAC_theory.html">
<link title="AAC_print" rel="Chapter" href="AAC_print.html">
<link title="AAC_rewrite" rel="Chapter" href="AAC_rewrite.html"><title>AAC_coq.Transitive</title>
</head>
<body>
<div class="navbar"><a href="AAC_coq.Relation.html">Previous</a>
&nbsp;<a href="AAC_coq.html">Up</a>
&nbsp;<a href="AAC_coq.Equivalence.html">Next</a>
</div>
<center><h1>Module <a href="type_AAC_coq.Transitive.html">AAC_coq.Transitive</a></h1></center>
<br>
<pre><span class="keyword">module</span> Transitive: <code class="code">sig</code> <a href="AAC_coq.Transitive.html">..</a> <code class="code">end</code></pre><hr width="100%">
<br><code><span id="TYPEt"><span class="keyword">type</span> <code class="type"></code>t</span> = {</code><table class="typetable">
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>carrier&nbsp;: <code class="type">Term.constr</code>;</code></td>

</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>leq&nbsp;: <code class="type">Term.constr</code>;</code></td>

</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>transitive&nbsp;: <code class="type">Term.constr</code>;</code></td>

</tr></table>
}


<pre><span id="VALmake"><span class="keyword">val</span> make</span> : <code class="type">Term.constr -> Term.constr -> Term.constr -> <a href="AAC_coq.Transitive.html#TYPEt">t</a></code></pre><pre><span id="VALinfer"><span class="keyword">val</span> infer</span> : <code class="type"><a href="AAC_coq.html#TYPEgoal_sigma">AAC_coq.goal_sigma</a> -><br>       Term.constr -> Term.constr -> <a href="AAC_coq.Transitive.html#TYPEt">t</a> * <a href="AAC_coq.html#TYPEgoal_sigma">AAC_coq.goal_sigma</a></code></pre><pre><span id="VALfrom_relation"><span class="keyword">val</span> from_relation</span> : <code class="type"><a href="AAC_coq.html#TYPEgoal_sigma">AAC_coq.goal_sigma</a> -><br>       <a href="AAC_coq.Relation.html#TYPEt">AAC_coq.Relation.t</a> -> <a href="AAC_coq.Transitive.html#TYPEt">t</a> * <a href="AAC_coq.html#TYPEgoal_sigma">AAC_coq.goal_sigma</a></code></pre><pre><span id="VALcps_from_relation"><span class="keyword">val</span> cps_from_relation</span> : <code class="type"><a href="AAC_coq.Relation.html#TYPEt">AAC_coq.Relation.t</a> -><br>       (<a href="AAC_coq.Transitive.html#TYPEt">t</a> -> Proof_type.tactic) -> Proof_type.tactic</code></pre><pre><span id="VALto_relation"><span class="keyword">val</span> to_relation</span> : <code class="type"><a href="AAC_coq.Transitive.html#TYPEt">t</a> -> <a href="AAC_coq.Relation.html#TYPEt">AAC_coq.Relation.t</a></code></pre></body></html>