Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 2e1eaae53aaacac75419358aca943141 > files > 31

ocaml-facile-doc-1.1-6.mga4.noarch.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="Facile.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="Fcl_genesis" rel="Chapter" href="Fcl_genesis.html">
<link title="Fcl_debug" rel="Chapter" href="Fcl_debug.html">
<link title="Fcl_misc" rel="Chapter" href="Fcl_misc.html">
<link title="Fcl_float" rel="Chapter" href="Fcl_float.html">
<link title="Fcl_stak" rel="Chapter" href="Fcl_stak.html">
<link title="Fcl_domain" rel="Chapter" href="Fcl_domain.html">
<link title="Fcl_setDomain" rel="Chapter" href="Fcl_setDomain.html">
<link title="Fcl_data" rel="Chapter" href="Fcl_data.html">
<link title="Fcl_cstr" rel="Chapter" href="Fcl_cstr.html">
<link title="Fcl_var" rel="Chapter" href="Fcl_var.html">
<link title="Fcl_reify" rel="Chapter" href="Fcl_reify.html">
<link title="Fcl_invariant" rel="Chapter" href="Fcl_invariant.html">
<link title="Fcl_boolean" rel="Chapter" href="Fcl_boolean.html">
<link title="Fcl_alldiff" rel="Chapter" href="Fcl_alldiff.html">
<link title="Fcl_linear" rel="Chapter" href="Fcl_linear.html">
<link title="Fcl_nonlinear" rel="Chapter" href="Fcl_nonlinear.html">
<link title="Fcl_expr" rel="Chapter" href="Fcl_expr.html">
<link title="Fcl_arith" rel="Chapter" href="Fcl_arith.html">
<link title="Fcl_interval" rel="Chapter" href="Fcl_interval.html">
<link title="Fcl_gcc" rel="Chapter" href="Fcl_gcc.html">
<link title="Fcl_fdArray" rel="Chapter" href="Fcl_fdArray.html">
<link title="Fcl_conjunto" rel="Chapter" href="Fcl_conjunto.html">
<link title="Fcl_sorting" rel="Chapter" href="Fcl_sorting.html">
<link title="Fcl_goals" rel="Chapter" href="Fcl_goals.html">
<link title="Fcl_opti" rel="Chapter" href="Fcl_opti.html">
<link title="Facile" rel="Chapter" href="Facile.html"><title>Facile.SetDomain.S</title>
</head>
<body>
<div class="navbar">&nbsp;<a class="up" href="Facile.SetDomain.html" title="Facile.SetDomain">Up</a>
&nbsp;</div>
<h1>Module <a href="type_Facile.SetDomain.S.html">Facile.SetDomain.S</a></h1>

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