This file is indexed.

/usr/share/doc/liblwt-ocaml-dev/api/Lwt_signal.html is in liblwt-ocaml-doc 2.4.3-4.

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
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
<!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="Lwt_event.html">
<link rel="next" href="Lwt_react.html">
<link rel="Up" 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 class attributes" rel=Appendix href="index_attributes.html">
<link title="Index of class methods" rel=Appendix href="index_methods.html">
<link title="Index of classes" rel=Appendix href="index_classes.html">
<link title="Index of class types" rel=Appendix href="index_class_types.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="Lwt_condition" rel="Chapter" href="Lwt_condition.html">
<link title="Lwt_list" rel="Chapter" href="Lwt_list.html">
<link title="Lwt" rel="Chapter" href="Lwt.html">
<link title="Lwt_mutex" rel="Chapter" href="Lwt_mutex.html">
<link title="Lwt_mvar" rel="Chapter" href="Lwt_mvar.html">
<link title="Lwt_pool" rel="Chapter" href="Lwt_pool.html">
<link title="Lwt_sequence" rel="Chapter" href="Lwt_sequence.html">
<link title="Lwt_stream" rel="Chapter" href="Lwt_stream.html">
<link title="Lwt_switch" rel="Chapter" href="Lwt_switch.html">
<link title="Lwt_util" rel="Chapter" href="Lwt_util.html">
<link title="Lwt_pqueue" rel="Chapter" href="Lwt_pqueue.html">
<link title="Lwt_lib" rel="Chapter" href="Lwt_lib.html">
<link title="Lwt_glib" rel="Chapter" href="Lwt_glib.html">
<link title="Lwt_preemptive" rel="Chapter" href="Lwt_preemptive.html">
<link title="Lwt_event" rel="Chapter" href="Lwt_event.html">
<link title="Lwt_signal" rel="Chapter" href="Lwt_signal.html">
<link title="Lwt_react" rel="Chapter" href="Lwt_react.html">
<link title="Lwt_ssl" rel="Chapter" href="Lwt_ssl.html">
<link title="Lwt_text" rel="Chapter" href="Lwt_text.html">
<link title="Lwt_term" rel="Chapter" href="Lwt_term.html">
<link title="Lwt_read_line" rel="Chapter" href="Lwt_read_line.html">
<link title="Lwt_top" rel="Chapter" href="Lwt_top.html">
<link title="Lwt_chan" rel="Chapter" href="Lwt_chan.html">
<link title="Lwt_daemon" rel="Chapter" href="Lwt_daemon.html">
<link title="Lwt_gc" rel="Chapter" href="Lwt_gc.html">
<link title="Lwt_io" rel="Chapter" href="Lwt_io.html">
<link title="Lwt_log" rel="Chapter" href="Lwt_log.html">
<link title="Lwt_main" rel="Chapter" href="Lwt_main.html">
<link title="Lwt_process" rel="Chapter" href="Lwt_process.html">
<link title="Lwt_throttle" rel="Chapter" href="Lwt_throttle.html">
<link title="Lwt_timeout" rel="Chapter" href="Lwt_timeout.html">
<link title="Lwt_unix" rel="Chapter" href="Lwt_unix.html">
<link title="Lwt_sys" rel="Chapter" href="Lwt_sys.html">
<link title="Lwt_engine" rel="Chapter" href="Lwt_engine.html">
<link title="Lwt_bytes" rel="Chapter" href="Lwt_bytes.html">
<link title="Pa_lwt" rel="Chapter" href="Pa_lwt.html">
<link title="Pa_lwt_log" rel="Chapter" href="Pa_lwt_log.html"><title>Lwt_signal</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Lwt_event.html" title="Lwt_event">Previous</a>
&nbsp;<a class="up" href="index.html" title="Index">Up</a>
&nbsp;<a class="post" href="Lwt_react.html" title="Lwt_react">Next</a>
</div>
<h1>Module <a href="type_Lwt_signal.html">Lwt_signal</a></h1>

<pre><span class="keyword">module</span> Lwt_signal: <code class="code"><span class="keyword">sig</span></code> <a href="Lwt_signal.html">..</a> <code class="code"><span class="keyword">end</span></code></pre><div class="info module top">
Signals utilities<br>
</div>
<hr width="100%">
<br>
This module is deprecated, you should use <a href="Lwt_react.S.html"><code class="code"><span class="constructor">Lwt_react</span>.<span class="constructor">S</span></code></a>
    instead.<br>

<pre><span id="VALreturn"><span class="keyword">val</span> return</span> : <code class="type">'a -> 'a React.signal</code></pre>
<pre><span id="VALbind"><span class="keyword">val</span> bind</span> : <code class="type">?eq:('b -> 'b -> bool) -><br>       'a React.signal -> ('a -> 'b React.signal) -> 'b React.signal</code></pre>
<pre><span id="VALwith_finaliser"><span class="keyword">val</span> with_finaliser</span> : <code class="type">(unit -> unit) -> 'a React.signal -> 'a React.signal</code></pre>
<pre><span id="VALlimit"><span class="keyword">val</span> limit</span> : <code class="type">?eq:('a -> 'a -> bool) -><br>       (unit -> unit <a href="Lwt.html#TYPEt">Lwt.t</a>) -> 'a React.signal -> 'a React.signal</code></pre>
<pre><span id="VALdelay"><span class="keyword">val</span> delay</span> : <code class="type">'a React.signal <a href="Lwt.html#TYPEt">Lwt.t</a> -> 'a React.event</code></pre>
<pre><span id="VALapp_s"><span class="keyword">val</span> app_s</span> : <code class="type">?eq:('b -> 'b -> bool) -><br>       ('a -> 'b <a href="Lwt.html#TYPEt">Lwt.t</a>) React.signal -> 'b -> 'a React.signal -> 'b React.signal</code></pre>
<pre><span id="VALmap_s"><span class="keyword">val</span> map_s</span> : <code class="type">?eq:('b -> 'b -> bool) -><br>       ('a -> 'b <a href="Lwt.html#TYPEt">Lwt.t</a>) -> 'b -> 'a React.signal -> 'b React.signal</code></pre>
<pre><span id="VALfilter_s"><span class="keyword">val</span> filter_s</span> : <code class="type">?eq:('a -> 'a -> bool) -><br>       ('a -> bool <a href="Lwt.html#TYPEt">Lwt.t</a>) -> 'a -> 'a React.signal -> 'a React.signal</code></pre>
<pre><span id="VALfmap_s"><span class="keyword">val</span> fmap_s</span> : <code class="type">?eq:('b -> 'b -> bool) -><br>       ('a -> 'b option <a href="Lwt.html#TYPEt">Lwt.t</a>) -> 'b -> 'a React.signal -> 'b React.signal</code></pre>
<pre><span id="VALdiff_s"><span class="keyword">val</span> diff_s</span> : <code class="type">('a -> 'a -> 'b <a href="Lwt.html#TYPEt">Lwt.t</a>) -> 'a React.signal -> 'b React.event</code></pre>
<pre><span id="VALsample_s"><span class="keyword">val</span> sample_s</span> : <code class="type">('b -> 'a -> 'c <a href="Lwt.html#TYPEt">Lwt.t</a>) -> 'b React.event -> 'a React.signal -> 'c React.event</code></pre>
<pre><span id="VALaccum_s"><span class="keyword">val</span> accum_s</span> : <code class="type">?eq:('a -> 'a -> bool) -><br>       ('a -> 'a <a href="Lwt.html#TYPEt">Lwt.t</a>) React.event -> 'a -> 'a React.signal</code></pre>
<pre><span id="VALfold_s"><span class="keyword">val</span> fold_s</span> : <code class="type">?eq:('a -> 'a -> bool) -><br>       ('a -> 'b -> 'a <a href="Lwt.html#TYPEt">Lwt.t</a>) -> 'a -> 'b React.event -> 'a React.signal</code></pre>
<pre><span id="VALmerge_s"><span class="keyword">val</span> merge_s</span> : <code class="type">?eq:('a -> 'a -> bool) -><br>       ('a -> 'b -> 'a <a href="Lwt.html#TYPEt">Lwt.t</a>) -> 'a -> 'b React.signal list -> 'a React.signal</code></pre>
<pre><span id="VALl1_s"><span class="keyword">val</span> l1_s</span> : <code class="type">?eq:('b -> 'b -> bool) -><br>       ('a -> 'b <a href="Lwt.html#TYPEt">Lwt.t</a>) -> 'b -> 'a React.signal -> 'b React.signal</code></pre>
<pre><span id="VALl2_s"><span class="keyword">val</span> l2_s</span> : <code class="type">?eq:('c -> 'c -> bool) -><br>       ('a -> 'b -> 'c <a href="Lwt.html#TYPEt">Lwt.t</a>) -><br>       'c -> 'a React.signal -> 'b React.signal -> 'c React.signal</code></pre>
<pre><span id="VALl3_s"><span class="keyword">val</span> l3_s</span> : <code class="type">?eq:('d -> 'd -> bool) -><br>       ('a -> 'b -> 'c -> 'd <a href="Lwt.html#TYPEt">Lwt.t</a>) -><br>       'd -><br>       'a React.signal -> 'b React.signal -> 'c React.signal -> 'd React.signal</code></pre>
<pre><span id="VALl4_s"><span class="keyword">val</span> l4_s</span> : <code class="type">?eq:('e -> 'e -> bool) -><br>       ('a -> 'b -> 'c -> 'd -> 'e <a href="Lwt.html#TYPEt">Lwt.t</a>) -><br>       'e -><br>       'a React.signal -><br>       'b React.signal -> 'c React.signal -> 'd React.signal -> 'e React.signal</code></pre>
<pre><span id="VALl5_s"><span class="keyword">val</span> l5_s</span> : <code class="type">?eq:('f -> 'f -> bool) -><br>       ('a -> 'b -> 'c -> 'd -> 'e -> 'f <a href="Lwt.html#TYPEt">Lwt.t</a>) -><br>       'f -><br>       'a React.signal -><br>       'b React.signal -><br>       'c React.signal -> 'd React.signal -> 'e React.signal -> 'f React.signal</code></pre>
<pre><span id="VALl6_s"><span class="keyword">val</span> l6_s</span> : <code class="type">?eq:('g -> 'g -> bool) -><br>       ('a -> 'b -> 'c -> 'd -> 'e -> 'f -> 'g <a href="Lwt.html#TYPEt">Lwt.t</a>) -><br>       'g -><br>       'a React.signal -><br>       'b React.signal -><br>       'c React.signal -><br>       'd React.signal -> 'e React.signal -> 'f React.signal -> 'g React.signal</code></pre>
<pre><span id="VALrun_s"><span class="keyword">val</span> run_s</span> : <code class="type">?eq:('a -> 'a -> bool) -> 'a -> 'a <a href="Lwt.html#TYPEt">Lwt.t</a> React.signal -> 'a React.signal</code></pre>
<pre><span id="TYPEnotifier"><span class="keyword">type</span> <code class="type"></code>notifier</span> </pre>


<pre><span id="VALdisable"><span class="keyword">val</span> disable</span> : <code class="type"><a href="Lwt_signal.html#TYPEnotifier">notifier</a> -> unit</code></pre>
<pre><span id="VALnotify"><span class="keyword">val</span> notify</span> : <code class="type">('a -> unit) -> 'a React.signal -> <a href="Lwt_signal.html#TYPEnotifier">notifier</a></code></pre>
<pre><span id="VALnotify_p"><span class="keyword">val</span> notify_p</span> : <code class="type">('a -> unit <a href="Lwt.html#TYPEt">Lwt.t</a>) -> 'a React.signal -> <a href="Lwt_signal.html#TYPEnotifier">notifier</a></code></pre>
<pre><span id="VALnotify_s"><span class="keyword">val</span> notify_s</span> : <code class="type">('a -> unit <a href="Lwt.html#TYPEt">Lwt.t</a>) -> 'a React.signal -> <a href="Lwt_signal.html#TYPEnotifier">notifier</a></code></pre>
<pre><span id="VALalways_notify"><span class="keyword">val</span> always_notify</span> : <code class="type">('a -> unit) -> 'a React.signal -> unit</code></pre>
<pre><span id="VALalways_notify_p"><span class="keyword">val</span> always_notify_p</span> : <code class="type">('a -> unit <a href="Lwt.html#TYPEt">Lwt.t</a>) -> 'a React.signal -> unit</code></pre>
<pre><span id="VALalways_notify_s"><span class="keyword">val</span> always_notify_s</span> : <code class="type">('a -> unit <a href="Lwt.html#TYPEt">Lwt.t</a>) -> 'a React.signal -> unit</code></pre></body></html>