/usr/share/doc/libre-ocaml-dev/api/Re.Mark.html is in libre-ocaml-dev 1.6.1-2build1.
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 | <!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">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="Start" href="index.html">
<link rel="previous" href="Re.Group.html">
<link rel="Up" href="Re.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="Re" rel="Chapter" href="Re.html">
<link title="Re_emacs" rel="Chapter" href="Re_emacs.html">
<link title="Re_glob" rel="Chapter" href="Re_glob.html">
<link title="Re_posix" rel="Chapter" href="Re_posix.html">
<link title="Re_perl" rel="Chapter" href="Re_perl.html">
<link title="Re_str" rel="Chapter" href="Re_str.html">
<link title="Re_pcre" rel="Chapter" href="Re_pcre.html"><title>Re.Mark</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Re.Group.html" title="Re.Group">Previous</a>
<a class="up" href="Re.html" title="Re">Up</a>
</div>
<h1>Module <a href="type_Re.Mark.html">Re.Mark</a></h1>
<pre><span class="keyword">module</span> Mark: <code class="code">sig</code> <a href="Re.Mark.html">..</a> <code class="code">end</code></pre><div class="info module top">
Marks<br>
</div>
<hr width="100%">
<pre><span id="TYPEt"><span class="keyword">type</span> <code class="type"></code>t</span> </pre>
<div class="info ">
Mark id<br>
</div>
<pre><span id="VALtest"><span class="keyword">val</span> test</span> : <code class="type"><a href="Re.Group.html#TYPEt">Re.Group.t</a> -> <a href="Re.Mark.html#TYPEt">t</a> -> bool</code></pre><div class="info ">
Tell if a mark was matched.<br>
</div>
<pre><span class="keyword">module</span> <a href="Re.Mark.Set.html">Set</a>: <code class="type">Set.S</code><code class="type"> with type elt = t</code></pre>
<pre><span id="VALall"><span class="keyword">val</span> all</span> : <code class="type"><a href="Re.Group.html#TYPEt">Re.Group.t</a> -> Set.t</code></pre><div class="info ">
Return all the mark matched.<br>
</div>
<pre><span id="VALequal"><span class="keyword">val</span> equal</span> : <code class="type"><a href="Re.Mark.html#TYPEt">t</a> -> <a href="Re.Mark.html#TYPEt">t</a> -> bool</code></pre>
<pre><span id="VALcompare"><span class="keyword">val</span> compare</span> : <code class="type"><a href="Re.Mark.html#TYPEt">t</a> -> <a href="Re.Mark.html#TYPEt">t</a> -> int</code></pre></body></html>
|