Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > 503b612ceb77b56b660c213400cb5147 > files > 204

ocaml-reins-devel-0.1a-7.fc13.x86_64.rpm

<!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="Reins.Types.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="Reins" rel="Chapter" href="Reins.html"><title>Reins.Types.Integral</title>
</head>
<body>
<div class="navbar">&nbsp;<a href="Reins.Types.html">Up</a>
&nbsp;</div>
<center><h1>Module type <a href="type_Reins.Types.Integral.html">Reins.Types.Integral</a></h1></center>
<br>
<pre><span class="keyword">module type</span> Integral = <code class="code">sig</code> <a href="Reins.Types.Integral.html">..</a> <code class="code">end</code></pre><hr width="100%">
<pre><span class="keyword">type</span> <a name="TYPEt"></a><code class="type"></code>t </pre>

<pre><span class="keyword">val</span> <a name="VALzero"></a>zero : <code class="type"><a href="Reins.Types.Integral.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALone"></a>one : <code class="type"><a href="Reins.Types.Integral.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALminus_one"></a>minus_one : <code class="type"><a href="Reins.Types.Integral.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALabs"></a>abs : <code class="type"><a href="Reins.Types.Integral.html#TYPEt">t</a> -> <a href="Reins.Types.Integral.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALneg"></a>neg : <code class="type"><a href="Reins.Types.Integral.html#TYPEt">t</a> -> <a href="Reins.Types.Integral.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALsucc"></a>succ : <code class="type"><a href="Reins.Types.Integral.html#TYPEt">t</a> -> <a href="Reins.Types.Integral.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALpred"></a>pred : <code class="type"><a href="Reins.Types.Integral.html#TYPEt">t</a> -> <a href="Reins.Types.Integral.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALadd"></a>add : <code class="type"><a href="Reins.Types.Integral.html#TYPEt">t</a> -> <a href="Reins.Types.Integral.html#TYPEt">t</a> -> <a href="Reins.Types.Integral.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALsub"></a>sub : <code class="type"><a href="Reins.Types.Integral.html#TYPEt">t</a> -> <a href="Reins.Types.Integral.html#TYPEt">t</a> -> <a href="Reins.Types.Integral.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALmul"></a>mul : <code class="type"><a href="Reins.Types.Integral.html#TYPEt">t</a> -> <a href="Reins.Types.Integral.html#TYPEt">t</a> -> <a href="Reins.Types.Integral.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALdiv"></a>div : <code class="type"><a href="Reins.Types.Integral.html#TYPEt">t</a> -> <a href="Reins.Types.Integral.html#TYPEt">t</a> -> <a href="Reins.Types.Integral.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALrem"></a>rem : <code class="type"><a href="Reins.Types.Integral.html#TYPEt">t</a> -> <a href="Reins.Types.Integral.html#TYPEt">t</a> -> <a href="Reins.Types.Integral.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALlogand"></a>logand : <code class="type"><a href="Reins.Types.Integral.html#TYPEt">t</a> -> <a href="Reins.Types.Integral.html#TYPEt">t</a> -> <a href="Reins.Types.Integral.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALlognot"></a>lognot : <code class="type"><a href="Reins.Types.Integral.html#TYPEt">t</a> -> <a href="Reins.Types.Integral.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALlogor"></a>logor : <code class="type"><a href="Reins.Types.Integral.html#TYPEt">t</a> -> <a href="Reins.Types.Integral.html#TYPEt">t</a> -> <a href="Reins.Types.Integral.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALlogxor"></a>logxor : <code class="type"><a href="Reins.Types.Integral.html#TYPEt">t</a> -> <a href="Reins.Types.Integral.html#TYPEt">t</a> -> <a href="Reins.Types.Integral.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALshift_left"></a>shift_left : <code class="type"><a href="Reins.Types.Integral.html#TYPEt">t</a> -> int -> <a href="Reins.Types.Integral.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALshift_right"></a>shift_right : <code class="type"><a href="Reins.Types.Integral.html#TYPEt">t</a> -> int -> <a href="Reins.Types.Integral.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALshift_right_logical"></a>shift_right_logical : <code class="type"><a href="Reins.Types.Integral.html#TYPEt">t</a> -> int -> <a href="Reins.Types.Integral.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALcompare"></a>compare : <code class="type"><a href="Reins.Types.Integral.html#TYPEt">t</a> -> <a href="Reins.Types.Integral.html#TYPEt">t</a> -> int</code></pre><pre><span class="keyword">val</span> <a name="VALof_int"></a>of_int : <code class="type">int -> <a href="Reins.Types.Integral.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALto_int"></a>to_int : <code class="type"><a href="Reins.Types.Integral.html#TYPEt">t</a> -> int</code></pre><pre><span class="keyword">val</span> <a name="VALof_float"></a>of_float : <code class="type">float -> <a href="Reins.Types.Integral.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALto_float"></a>to_float : <code class="type"><a href="Reins.Types.Integral.html#TYPEt">t</a> -> float</code></pre><pre><span class="keyword">val</span> <a name="VALto_string"></a>to_string : <code class="type"><a href="Reins.Types.Integral.html#TYPEt">t</a> -> string</code></pre><pre><span class="keyword">val</span> <a name="VALof_string"></a>of_string : <code class="type">string -> <a href="Reins.Types.Integral.html#TYPEt">t</a></code></pre></body></html>