This file is indexed.

/usr/share/doc/libderiving-ocsigen-ocaml-dev/html/api/type_Deriving_Typeable.Typeable_bool.html is in libderiving-ocsigen-ocaml-dev 0.5-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
<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 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="Index of module types" rel=Appendix href="index_module_types.html">
<link title="Deriving_Bounded" rel="Chapter" href="Deriving_Bounded.html">
<link title="Deriving_Dump" rel="Chapter" href="Deriving_Dump.html">
<link title="Deriving_Enum" rel="Chapter" href="Deriving_Enum.html">
<link title="Deriving_Eq" rel="Chapter" href="Deriving_Eq.html">
<link title="Deriving_Functor" rel="Chapter" href="Deriving_Functor.html">
<link title="Deriving_Pickle" rel="Chapter" href="Deriving_Pickle.html">
<link title="Deriving_Show" rel="Chapter" href="Deriving_Show.html">
<link title="Deriving_Typeable" rel="Chapter" href="Deriving_Typeable.html">
<link title="Deriving_dynmap" rel="Chapter" href="Deriving_dynmap.html">
<link title="Deriving_interned" rel="Chapter" href="Deriving_interned.html">
<link title="Deriving_monad" rel="Chapter" href="Deriving_monad.html">
<link title="Deriving_num" rel="Chapter" href="Deriving_num.html"><title>Deriving_Typeable.Typeable_bool</title>
</head>
<body>
<code class="code"><span class="keyword">sig</span><br>
&nbsp;&nbsp;<span class="keyword">type</span>&nbsp;a&nbsp;=&nbsp;bool<br>
&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;type_rep&nbsp;:&nbsp;<span class="constructor">TypeRep</span>.t&nbsp;<span class="constructor">Lazy</span>.t<br>
&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;has_type&nbsp;:&nbsp;dynamic&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;bool<br>
&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;cast&nbsp;:&nbsp;dynamic&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;a&nbsp;option<br>
&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;throwing_cast&nbsp;:&nbsp;dynamic&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;a<br>
&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;make_dynamic&nbsp;:&nbsp;a&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;dynamic<br>
&nbsp;&nbsp;<span class="keyword">val</span>&nbsp;mk&nbsp;:&nbsp;a&nbsp;<span class="keywordsign">-&gt;</span>&nbsp;dynamic<br>
<span class="keyword">end</span></code></body></html>