This file is indexed.

/usr/share/doc/libaac-tactics-ocaml-dev/html/api/Helper.Debug.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
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="Up" href="Helper.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>Helper.Debug</title>
</head>
<body>
<div class="navbar">&nbsp;<a class="up" href="Helper.html" title="Helper">Up</a>
&nbsp;</div>
<h1>Functor <a href="type_Helper.Debug.html">Helper.Debug</a></h1>

<pre><span class="keyword">module</span> Debug: <div class="sig_block"><code class="code">functor (</code><code class="code">X</code><code class="code"> : </code><code class="type"><a href="Helper.CONTROL.html">CONTROL</a></code><code class="code">) -&gt; </code><code class="code">sig</code> <a href="Helper.Debug.html">..</a> <code class="code">end</code></div></pre><table border="0" cellpadding="3" width="100%">
<tr>
<td align="left" valign="top" width="1%%"><b>Parameters: </b></td>
<td>
<table class="paramstable">
<tr>
<td align="center" valign="top" width="15%">
<code>X</code></td>
<td align="center" valign="top">:</td>
<td><code class="type"><a href="Helper.CONTROL.html">CONTROL</a></code>
</table>
</td>
</tr>
</table>
<hr width="100%">

<pre><span id="VALdebug"><span class="keyword">val</span> debug</span> : <code class="type">string -> unit</code></pre><div class="info ">
<code class="code">debug</code> prints the string and end it with a newline<br>
</div>

<pre><span id="VALdebug_exception"><span class="keyword">val</span> debug_exception</span> : <code class="type">string -> exn -> unit</code></pre>
<pre><span id="VALtime"><span class="keyword">val</span> time</span> : <code class="type">('a -> 'b) -><br>       'a -> (float -> unit, Pervasives.out_channel, unit) Pervasives.format -> 'b</code></pre><div class="info ">
<code class="code">time</code> computes the time spent in a function, and then
      print it using the given format<br>
</div>

<pre><span id="VALpr_constr"><span class="keyword">val</span> pr_constr</span> : <code class="type">string -> Term.constr -> unit</code></pre><div class="info ">
<code class="code">pr_constr</code> print a Coq constructor, that can be labelled
      by a string<br>
</div>
</body></html>