This file is indexed.

/usr/share/doc/libaac-tactics-ocaml-dev/html/api/Print.html is in libaac-tactics-ocaml-dev 8.6.1-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
<!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="Matcher.html">
<link rel="next" href="Search_monad.html">
<link rel="Up" href="index.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_rewrite" rel="Chapter" href="Aac_rewrite.html">
<link title="Coq" rel="Chapter" href="Coq.html">
<link title="Helper" rel="Chapter" href="Helper.html">
<link title="Matcher" rel="Chapter" href="Matcher.html">
<link title="Print" rel="Chapter" href="Print.html">
<link title="Search_monad" rel="Chapter" href="Search_monad.html">
<link title="Theory" rel="Chapter" href="Theory.html"><title>Print</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Matcher.html" title="Matcher">Previous</a>
&nbsp;<a class="up" href="index.html" title="Index">Up</a>
&nbsp;<a class="post" href="Search_monad.html" title="Search_monad">Next</a>
</div>
<h1>Module <a href="type_Print.html">Print</a></h1>

<pre><span class="keyword">module</span> Print: <code class="code">sig</code> <a href="Print.html">..</a> <code class="code">end</code></pre><div class="info module top">
Pretty printing functions we use for the aac_instances
    tactic.<br>
</div>
<hr width="100%">

<pre><span id="VALprint"><span class="keyword">val</span> print</span> : <code class="type"><a href="Coq.Relation.html#TYPEt">Coq.Relation.t</a> -><br>       <a href="Theory.Trans.html#TYPEir">Theory.Trans.ir</a> -><br>       (int * <a href="Matcher.Terms.html#TYPEt">Matcher.Terms.t</a> * <a href="Matcher.Subst.html#TYPEt">Matcher.Subst.t</a> <a href="Search_monad.html#TYPEm">Search_monad.m</a>) <a href="Search_monad.html#TYPEm">Search_monad.m</a> -><br>       Context.Rel.t -> Proof_type.tactic</code></pre><div class="info ">
The main printing function. <a href="Print.html#VALprint"><code class="code">Print.print</code></a> uses the rel-context
    to rename the variables, and rebuilds raw Coq terms (for the given
    context, and the terms in the environment). In order to do so, it
    requires the information gathered by the <a href="Theory.Trans.html"><code class="code">Theory.Trans</code></a> module.<br>
</div>
</body></html>