/usr/share/doc/mlpost/html/Mlpost.Concrete.CPoint.html is in libmlpost-ocaml-doc 0.8.1-6build1.
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 | <!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="next" href="Mlpost.Concrete.CPath.html">
<link rel="Up" href="Mlpost.Concrete.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 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 modules" rel=Appendix href="index_modules.html">
<link title="Index of module types" rel=Appendix href="index_module_types.html">
<link title="Mlpost" rel="Chapter" href="Mlpost.html">
<link title="Mlpost_dot" rel="Chapter" href="Mlpost_dot.html">
<link title="Mlpost_lablgtk" rel="Chapter" href="Mlpost_lablgtk.html"><title>Mlpost.Concrete.CPoint</title>
</head>
<body>
<div class="navbar"> <a class="up" href="Mlpost.Concrete.html" title="Mlpost.Concrete">Up</a>
<a class="post" href="Mlpost.Concrete.CPath.html" title="Mlpost.Concrete.CPath">Next</a>
</div>
<h1>Module <a href="type_Mlpost.Concrete.CPoint.html">Mlpost.Concrete.CPoint</a></h1>
<pre><span class="keyword">module</span> CPoint: <code class="code">sig</code> <a href="Mlpost.Concrete.CPoint.html">..</a> <code class="code">end</code></pre><div class="info module top">
The module of concrete points<br>
</div>
<hr width="100%">
<pre><span id="TYPEt"><span class="keyword">type</span> <code class="type"></code>t</span> = <code class="type">Cairo.point</code> = {</pre><table class="typetable">
<tr>
<td align="left" valign="top" >
<code> </code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTt.x">x</span> : <code class="type">float</code>;</code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code> </code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTt.y">y</span> : <code class="type">float</code>;</code></td>
</tr></table>
}
<pre><span id="VALadd"><span class="keyword">val</span> add</span> : <code class="type"><a href="Mlpost.Concrete.CPoint.html#TYPEt">t</a> -><br> <a href="Mlpost.Concrete.CPoint.html#TYPEt">t</a> -> <a href="Mlpost.Concrete.CPoint.html#TYPEt">t</a></code></pre>
<pre><span id="VALsub"><span class="keyword">val</span> sub</span> : <code class="type"><a href="Mlpost.Concrete.CPoint.html#TYPEt">t</a> -><br> <a href="Mlpost.Concrete.CPoint.html#TYPEt">t</a> -> <a href="Mlpost.Concrete.CPoint.html#TYPEt">t</a></code></pre>
<pre><span id="VALopp"><span class="keyword">val</span> opp</span> : <code class="type"><a href="Mlpost.Concrete.CPoint.html#TYPEt">t</a> -> <a href="Mlpost.Concrete.CPoint.html#TYPEt">t</a></code></pre>
<pre><span id="VALmult"><span class="keyword">val</span> mult</span> : <code class="type">float -> <a href="Mlpost.Concrete.CPoint.html#TYPEt">t</a> -> <a href="Mlpost.Concrete.CPoint.html#TYPEt">t</a></code></pre>
<pre><span id="VALdiv"><span class="keyword">val</span> div</span> : <code class="type"><a href="Mlpost.Concrete.CPoint.html#TYPEt">t</a> -> float -> <a href="Mlpost.Concrete.CPoint.html#TYPEt">t</a></code></pre>
<pre><span class="keyword">module</span> <a href="Mlpost.Concrete.CPoint.Infix.html">Infix</a>: <code class="code">sig</code> <a href="Mlpost.Concrete.CPoint.Infix.html">..</a> <code class="code">end</code></pre>
<pre><span id="VALprint"><span class="keyword">val</span> print</span> : <code class="type">Format.formatter -> <a href="Mlpost.Concrete.CPoint.html#TYPEt">t</a> -> unit</code></pre></body></html>
|