Sophie

Sophie

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

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="previous" href="Reins.Types.Int32.html">
<link rel="next" href="Reins.Types.Nativeint.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.Int64</title>
</head>
<body>
<div class="navbar"><a href="Reins.Types.Int32.html">Previous</a>
&nbsp;<a href="Reins.Types.html">Up</a>
&nbsp;<a href="Reins.Types.Nativeint.html">Next</a>
</div>
<center><h1>Module <a href="type_Reins.Types.Int64.html">Reins.Types.Int64</a></h1></center>
<br>
<pre><span class="keyword">module</span> Int64: <code class="code">sig</code> <a href="Reins.Types.Int64.html">..</a> <code class="code">end</code></pre><hr width="100%">
<pre><span class="keyword">val</span> <a name="VALzero"></a>zero : <code class="type">int64</code></pre><pre><span class="keyword">val</span> <a name="VALone"></a>one : <code class="type">int64</code></pre><pre><span class="keyword">val</span> <a name="VALminus_one"></a>minus_one : <code class="type">int64</code></pre><pre><span class="keyword">val</span> <a name="VALneg"></a>neg : <code class="type">int64 -> int64</code></pre><pre><span class="keyword">val</span> <a name="VALadd"></a>add : <code class="type">int64 -> int64 -> int64</code></pre><pre><span class="keyword">val</span> <a name="VALsub"></a>sub : <code class="type">int64 -> int64 -> int64</code></pre><pre><span class="keyword">val</span> <a name="VALmul"></a>mul : <code class="type">int64 -> int64 -> int64</code></pre><pre><span class="keyword">val</span> <a name="VALdiv"></a>div : <code class="type">int64 -> int64 -> int64</code></pre><pre><span class="keyword">val</span> <a name="VALrem"></a>rem : <code class="type">int64 -> int64 -> int64</code></pre><pre><span class="keyword">val</span> <a name="VALsucc"></a>succ : <code class="type">int64 -> int64</code></pre><pre><span class="keyword">val</span> <a name="VALpred"></a>pred : <code class="type">int64 -> int64</code></pre><pre><span class="keyword">val</span> <a name="VALabs"></a>abs : <code class="type">int64 -> int64</code></pre><pre><span class="keyword">val</span> <a name="VALmax_int"></a>max_int : <code class="type">int64</code></pre><pre><span class="keyword">val</span> <a name="VALmin_int"></a>min_int : <code class="type">int64</code></pre><pre><span class="keyword">val</span> <a name="VALlogand"></a>logand : <code class="type">int64 -> int64 -> int64</code></pre><pre><span class="keyword">val</span> <a name="VALlogor"></a>logor : <code class="type">int64 -> int64 -> int64</code></pre><pre><span class="keyword">val</span> <a name="VALlogxor"></a>logxor : <code class="type">int64 -> int64 -> int64</code></pre><pre><span class="keyword">val</span> <a name="VALlognot"></a>lognot : <code class="type">int64 -> int64</code></pre><pre><span class="keyword">val</span> <a name="VALshift_left"></a>shift_left : <code class="type">int64 -> int -> int64</code></pre><pre><span class="keyword">val</span> <a name="VALshift_right"></a>shift_right : <code class="type">int64 -> int -> int64</code></pre><pre><span class="keyword">val</span> <a name="VALshift_right_logical"></a>shift_right_logical : <code class="type">int64 -> int -> int64</code></pre><pre><span class="keyword">val</span> <a name="VALof_int"></a>of_int : <code class="type">int -> int64</code></pre><pre><span class="keyword">val</span> <a name="VALto_int"></a>to_int : <code class="type">int64 -> int</code></pre><pre><span class="keyword">val</span> <a name="VALof_float"></a>of_float : <code class="type">float -> int64</code></pre><pre><span class="keyword">val</span> <a name="VALto_float"></a>to_float : <code class="type">int64 -> float</code></pre><pre><span class="keyword">val</span> <a name="VALof_int32"></a>of_int32 : <code class="type">int32 -> int64</code></pre><pre><span class="keyword">val</span> <a name="VALto_int32"></a>to_int32 : <code class="type">int64 -> int32</code></pre><pre><span class="keyword">val</span> <a name="VALof_nativeint"></a>of_nativeint : <code class="type">nativeint -> int64</code></pre><pre><span class="keyword">val</span> <a name="VALto_nativeint"></a>to_nativeint : <code class="type">int64 -> nativeint</code></pre><pre><span class="keyword">val</span> <a name="VALof_string"></a>of_string : <code class="type">string -> int64</code></pre><pre><span class="keyword">val</span> <a name="VALto_string"></a>to_string : <code class="type">int64 -> string</code></pre><pre><span class="keyword">val</span> <a name="VALbits_of_float"></a>bits_of_float : <code class="type">float -> int64</code></pre><pre><span class="keyword">val</span> <a name="VALfloat_of_bits"></a>float_of_bits : <code class="type">int64 -> float</code></pre><pre><span class="keyword">type</span> <a name="TYPEt"></a><code class="type"></code>t = <code class="type">int64</code> </pre>

<pre><span class="keyword">val</span> <a name="VALcompare"></a>compare : <code class="type"><a href="Reins.Types.Int64.html#TYPEt">t</a> -> <a href="Reins.Types.Int64.html#TYPEt">t</a> -> int</code></pre><pre><span class="keyword">val</span> <a name="VALformat"></a>format : <code class="type">string -> int64 -> string</code></pre><pre><span class="keyword">val</span> <a name="VALequal"></a>equal : <code class="type"><a href="Reins.Types.Int64.html#TYPEt">t</a> -> <a href="Reins.Types.Int64.html#TYPEt">t</a> -> bool</code></pre><pre><span class="keyword">val</span> <a name="VALhash"></a>hash : <code class="type">'a -> int</code></pre><pre><span class="keyword">val</span> <a name="VALgen"></a>gen : <code class="type">?size:'a -> Random.State.t -> Int64.t</code></pre></body></html>