Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > ee3d8430cc80796773ea2e1c8ad4ef5d > files > 204

ocaml-reins-devel-0.1a-10.fc15.i686.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 id="TYPEt"><span class="keyword">type</span> <code class="type"></code>t</span> </pre>

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