Sophie

Sophie

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

ocaml-facile-doc-1.1-2mdv2010.0.i586.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="Facile.Var.Fd.html">
<link rel="Up" href="Facile.Var.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.Var.SetFd</title>
</head>
<body>
<div class="navbar"><a href="Facile.Var.Fd.html">Previous</a>
&nbsp;<a href="Facile.Var.html">Up</a>
&nbsp;</div>
<center><h1>Module <a href="type_Facile.Var.SetFd.html">Facile.Var.SetFd</a></h1></center>
<br>
<pre><span class="keyword">module</span> SetFd: <code class="type"><a href="Facile.Var.BASICFD.html">BASICFD</a></code><code class="type">  with
        type domain = SetDomain.t and
        type elt = SetDomain.S.t and
        type attr = SetAttr.t and
        type event = SetAttr.event</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">type</span> <a name="TYPEattr"></a><code class="type"></code>attr </pre>

<pre><span class="keyword">type</span> <a name="TYPEdomain"></a><code class="type"></code>domain </pre>

<pre><span class="keyword">type</span> <a name="TYPEelt"></a><code class="type"></code>elt </pre>

<pre><span class="keyword">type</span> <a name="TYPEevent"></a><code class="type"></code>event </pre>

<pre><span class="keyword">val</span> <a name="VALcreate"></a>create : <code class="type">?name:string -> <a href="Facile.Var.BASICFD.html#TYPEdomain">domain</a> -> <a href="Facile.Var.BASICFD.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALinterval"></a>interval : <code class="type">?name:string -><br>       <a href="Facile.Var.BASICFD.html#TYPEelt">elt</a> -> <a href="Facile.Var.BASICFD.html#TYPEelt">elt</a> -> <a href="Facile.Var.BASICFD.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALarray"></a>array : <code class="type">?name:string -><br>       int -><br>       <a href="Facile.Var.BASICFD.html#TYPEelt">elt</a> -><br>       <a href="Facile.Var.BASICFD.html#TYPEelt">elt</a> -> <a href="Facile.Var.BASICFD.html#TYPEt">t</a> array</code></pre><pre><span class="keyword">val</span> <a name="VALelt"></a>elt : <code class="type"><a href="Facile.Var.BASICFD.html#TYPEelt">elt</a> -> <a href="Facile.Var.BASICFD.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALis_var"></a>is_var : <code class="type"><a href="Facile.Var.BASICFD.html#TYPEt">t</a> -> bool</code></pre><pre><span class="keyword">val</span> <a name="VALis_bound"></a>is_bound : <code class="type"><a href="Facile.Var.BASICFD.html#TYPEt">t</a> -> bool</code></pre><pre><span class="keyword">val</span> <a name="VALvalue"></a>value : <code class="type"><a href="Facile.Var.BASICFD.html#TYPEt">t</a> -><br>       (<a href="Facile.Var.BASICFD.html#TYPEattr">attr</a>, <a href="Facile.Var.BASICFD.html#TYPEelt">elt</a>) <a href="Facile.Var.html#TYPEconcrete">Facile.Var.concrete</a></code></pre><pre><span class="keyword">val</span> <a name="VALmin"></a>min : <code class="type"><a href="Facile.Var.BASICFD.html#TYPEt">t</a> -> <a href="Facile.Var.BASICFD.html#TYPEelt">elt</a></code></pre><pre><span class="keyword">val</span> <a name="VALmax"></a>max : <code class="type"><a href="Facile.Var.BASICFD.html#TYPEt">t</a> -> <a href="Facile.Var.BASICFD.html#TYPEelt">elt</a></code></pre><pre><span class="keyword">val</span> <a name="VALmin_max"></a>min_max : <code class="type"><a href="Facile.Var.BASICFD.html#TYPEt">t</a> -> <a href="Facile.Var.BASICFD.html#TYPEelt">elt</a> * <a href="Facile.Var.BASICFD.html#TYPEelt">elt</a></code></pre><pre><span class="keyword">val</span> <a name="VALelt_value"></a>elt_value : <code class="type"><a href="Facile.Var.BASICFD.html#TYPEt">t</a> -> <a href="Facile.Var.BASICFD.html#TYPEelt">elt</a></code></pre><pre><span class="keyword">val</span> <a name="VALint_value"></a>int_value : <code class="type"><a href="Facile.Var.BASICFD.html#TYPEt">t</a> -> <a href="Facile.Var.BASICFD.html#TYPEelt">elt</a></code></pre><pre><span class="keyword">val</span> <a name="VALsize"></a>size : <code class="type"><a href="Facile.Var.BASICFD.html#TYPEt">t</a> -> int</code></pre><pre><span class="keyword">val</span> <a name="VALmember"></a>member : <code class="type"><a href="Facile.Var.BASICFD.html#TYPEt">t</a> -> <a href="Facile.Var.BASICFD.html#TYPEelt">elt</a> -> bool</code></pre><pre><span class="keyword">val</span> <a name="VALid"></a>id : <code class="type"><a href="Facile.Var.BASICFD.html#TYPEt">t</a> -> int</code></pre><pre><span class="keyword">val</span> <a name="VALname"></a>name : <code class="type"><a href="Facile.Var.BASICFD.html#TYPEt">t</a> -> string</code></pre><pre><span class="keyword">val</span> <a name="VALcompare"></a>compare : <code class="type"><a href="Facile.Var.BASICFD.html#TYPEt">t</a> -> <a href="Facile.Var.BASICFD.html#TYPEt">t</a> -> int</code></pre><pre><span class="keyword">val</span> <a name="VALequal"></a>equal : <code class="type"><a href="Facile.Var.BASICFD.html#TYPEt">t</a> -> <a href="Facile.Var.BASICFD.html#TYPEt">t</a> -> bool</code></pre><pre><span class="keyword">val</span> <a name="VALfprint"></a>fprint : <code class="type">Pervasives.out_channel -> <a href="Facile.Var.BASICFD.html#TYPEt">t</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALfprint_array"></a>fprint_array : <code class="type">Pervasives.out_channel -> <a href="Facile.Var.BASICFD.html#TYPEt">t</a> array -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALunify"></a>unify : <code class="type"><a href="Facile.Var.BASICFD.html#TYPEt">t</a> -> <a href="Facile.Var.BASICFD.html#TYPEelt">elt</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALrefine"></a>refine : <code class="type"><a href="Facile.Var.BASICFD.html#TYPEt">t</a> -> <a href="Facile.Var.BASICFD.html#TYPEdomain">domain</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALrefine_low"></a>refine_low : <code class="type"><a href="Facile.Var.BASICFD.html#TYPEt">t</a> -> <a href="Facile.Var.BASICFD.html#TYPEelt">elt</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALrefine_up"></a>refine_up : <code class="type"><a href="Facile.Var.BASICFD.html#TYPEt">t</a> -> <a href="Facile.Var.BASICFD.html#TYPEelt">elt</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALrefine_low_up"></a>refine_low_up : <code class="type"><a href="Facile.Var.BASICFD.html#TYPEt">t</a> -><br>       <a href="Facile.Var.BASICFD.html#TYPEelt">elt</a> -> <a href="Facile.Var.BASICFD.html#TYPEelt">elt</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALon_refine"></a>on_refine : <code class="type"><a href="Facile.Var.BASICFD.html#TYPEevent">event</a></code></pre><pre><span class="keyword">val</span> <a name="VALon_subst"></a>on_subst : <code class="type"><a href="Facile.Var.BASICFD.html#TYPEevent">event</a></code></pre><pre><span class="keyword">val</span> <a name="VALon_min"></a>on_min : <code class="type"><a href="Facile.Var.BASICFD.html#TYPEevent">event</a></code></pre><pre><span class="keyword">val</span> <a name="VALon_max"></a>on_max : <code class="type"><a href="Facile.Var.BASICFD.html#TYPEevent">event</a></code></pre><pre><span class="keyword">val</span> <a name="VALdelay"></a>delay : <code class="type"><a href="Facile.Var.BASICFD.html#TYPEevent">event</a> list -><br>       <a href="Facile.Var.BASICFD.html#TYPEt">t</a> -> ?waking_id:int -> <a href="Facile.Cstr.html#TYPEt">Facile.Cstr.t</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALint"></a>int : <code class="type"><a href="Facile.Var.BASICFD.html#TYPEelt">elt</a> -> <a href="Facile.Var.BASICFD.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALsubst"></a>subst : <code class="type"><a href="Facile.Var.BASICFD.html#TYPEt">t</a> -> <a href="Facile.Var.BASICFD.html#TYPEelt">elt</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALunify_cstr"></a>unify_cstr : <code class="type"><a href="Facile.Var.BASICFD.html#TYPEt">t</a> -> <a href="Facile.Var.BASICFD.html#TYPEelt">elt</a> -> <a href="Facile.Cstr.html#TYPEt">Facile.Cstr.t</a></code></pre></body></html>