Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 5ee7712a65135f0dd95d1c92938a0193 > files > 208

ocaml-facile-doc-1.1-2mdv2010.0.i586.rpm

<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="Start" href="index.html">
<link rel="Up" href="SetDomain.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="Domain" rel="Chapter" href="Domain.html">
<link title="SetDomain" rel="Chapter" href="SetDomain.html">
<link title="Stak" rel="Chapter" href="Stak.html">
<link title="Data" rel="Chapter" href="Data.html">
<link title="Cstr" rel="Chapter" href="Cstr.html">
<link title="Var" rel="Chapter" href="Var.html">
<link title="Invariant" rel="Chapter" href="Invariant.html">
<link title="Reify" rel="Chapter" href="Reify.html">
<link title="Arith" rel="Chapter" href="Arith.html">
<link title="Conjunto" rel="Chapter" href="Conjunto.html">
<link title="Goals" rel="Chapter" href="Goals.html">
<link title="FdArray" rel="Chapter" href="FdArray.html">
<link title="Gcc" rel="Chapter" href="Gcc.html">
<link title="Alldiff" rel="Chapter" href="Alldiff.html">
<link title="Sorting" rel="Chapter" href="Sorting.html">
<link title="Interval" rel="Chapter" href="Interval.html"><title>SetDomain.S</title>
</head>
<body>
<div class="navbar">&nbsp;<a href="SetDomain.html">Up</a>
&nbsp;</div>
<center><h1>Module <a href="type_SetDomain.S.html">SetDomain.S</a></h1></center>
<br>
<pre><span class="keyword">module</span> S: <code class="code">sig</code> <a href="SetDomain.S.html">..</a> <code class="code">end</code></pre>Implementation of sets of integers.
   The signature is freely inspired by the Set module of the
   standard OCaml library.<br>
<hr width="100%">
<pre><span class="keyword">type</span> <a name="TYPEt"></a><code class="type"></code>t = <code class="type"><a href="Domain.html#TYPEt">Domain.t</a></code> </pre>

<pre><span class="keyword">val</span> <a name="VALempty"></a>empty : <code class="type"><a href="SetDomain.S.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALis_empty"></a>is_empty : <code class="type"><a href="SetDomain.S.html#TYPEt">t</a> -> bool</code></pre><pre><span class="keyword">val</span> <a name="VALmem"></a>mem : <code class="type">int -> <a href="SetDomain.S.html#TYPEt">t</a> -> bool</code></pre><pre><span class="keyword">val</span> <a name="VALadd"></a>add : <code class="type">int -> <a href="SetDomain.S.html#TYPEt">t</a> -> <a href="SetDomain.S.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALsingleton"></a>singleton : <code class="type">int -> <a href="SetDomain.S.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALremove"></a>remove : <code class="type">int -> <a href="SetDomain.S.html#TYPEt">t</a> -> <a href="SetDomain.S.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALunion"></a>union : <code class="type"><a href="SetDomain.S.html#TYPEt">t</a> -> <a href="SetDomain.S.html#TYPEt">t</a> -> <a href="SetDomain.S.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALinter"></a>inter : <code class="type"><a href="SetDomain.S.html#TYPEt">t</a> -> <a href="SetDomain.S.html#TYPEt">t</a> -> <a href="SetDomain.S.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALdiff"></a>diff : <code class="type"><a href="SetDomain.S.html#TYPEt">t</a> -> <a href="SetDomain.S.html#TYPEt">t</a> -> <a href="SetDomain.S.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALcompare"></a>compare : <code class="type"><a href="SetDomain.S.html#TYPEt">t</a> -> <a href="SetDomain.S.html#TYPEt">t</a> -> int</code></pre><pre><span class="keyword">val</span> <a name="VALequal"></a>equal : <code class="type"><a href="SetDomain.S.html#TYPEt">t</a> -> <a href="SetDomain.S.html#TYPEt">t</a> -> bool</code></pre><pre><span class="keyword">val</span> <a name="VALsubset"></a>subset : <code class="type"><a href="SetDomain.S.html#TYPEt">t</a> -> <a href="SetDomain.S.html#TYPEt">t</a> -> bool</code></pre><pre><span class="keyword">val</span> <a name="VALiter"></a>iter : <code class="type">(int -> unit) -> <a href="SetDomain.S.html#TYPEt">t</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALcardinal"></a>cardinal : <code class="type"><a href="SetDomain.S.html#TYPEt">t</a> -> int</code></pre><pre><span class="keyword">val</span> <a name="VALelements"></a>elements : <code class="type"><a href="SetDomain.S.html#TYPEt">t</a> -> int list</code></pre><pre><span class="keyword">val</span> <a name="VALmin_elt"></a>min_elt : <code class="type"><a href="SetDomain.S.html#TYPEt">t</a> -> int</code></pre><pre><span class="keyword">val</span> <a name="VALmax_elt"></a>max_elt : <code class="type"><a href="SetDomain.S.html#TYPEt">t</a> -> int</code></pre><pre><span class="keyword">val</span> <a name="VALchoose"></a>choose : <code class="type"><a href="SetDomain.S.html#TYPEt">t</a> -> int</code></pre><pre><span class="keyword">val</span> <a name="VALremove_up"></a>remove_up : <code class="type">int -> <a href="SetDomain.S.html#TYPEt">t</a> -> <a href="SetDomain.S.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALremove_low"></a>remove_low : <code class="type">int -> <a href="SetDomain.S.html#TYPEt">t</a> -> <a href="SetDomain.S.html#TYPEt">t</a></code></pre></body></html>