Sophie

Sophie

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

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="Fcl_cstr.html">
<link rel="next" href="Fcl_reify.html">
<link rel="Up" href="index.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>Fcl_var</title>
</head>
<body>
<div class="navbar"><a href="Fcl_cstr.html">Previous</a>
&nbsp;<a href="index.html">Up</a>
&nbsp;<a href="Fcl_reify.html">Next</a>
</div>
<center><h1>Module <a href="type_Fcl_var.html">Fcl_var</a></h1></center>
<br>
<pre><span class="keyword">module</span> Fcl_var: <code class="code">sig</code> <a href="Fcl_var.html">..</a> <code class="code">end</code></pre><a name="1_ConstrainedAttributedFiniteDomainVariables"></a>
<h1>Constrained, Attributed, Finite Domain Variables</h1><br>
<hr width="100%">
<pre><span class="keyword">module type</span> <a href="Fcl_var.ATTR.html">ATTR</a> = <code class="code">sig</code> <a href="Fcl_var.ATTR.html">..</a> <code class="code">end</code></pre><div class="info">
Signature of the Attribute of a Domain Variable.
</div>
<pre><span class="keyword">module</span> <a href="Fcl_var.Attr.html">Attr</a>: <code class="type"><a href="Fcl_var.ATTR.html">ATTR</a></code><code class="type"> 
  with type domain = Fcl_domain.t and type elt = Fcl_domain.elt</code></pre><pre><span class="keyword">module</span> <a href="Fcl_var.SetAttr.html">SetAttr</a>: <code class="type"><a href="Fcl_var.ATTR.html">ATTR</a></code><code class="type"> 
  with type domain = Fcl_setDomain.t and type elt = <a href="Fcl_setDomain.S.html">Fcl_setDomain.S</a>.t</code></pre><br><code><span class="keyword">type</span> <a name="TYPEconcrete"></a><code class="type">('a, 'b)</code> concrete = </code><table class="typetable">
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span class="constructor">Unk</span> <span class="keyword">of</span> <code class="type">'a</code></code></td>

</tr>
<tr>
<td align="left" valign="top" >
<code><span class="keyword">|</span></code></td>
<td align="left" valign="top" >
<code><span class="constructor">Val</span> <span class="keyword">of</span> <code class="type">'b</code></code></td>
<td class="typefieldcomment" align="left" valign="top" ><code>(*</code></td><td class="typefieldcomment" align="left" valign="top" >Concrete type of the value of finite domain variables.</td><td class="typefieldcomment" align="left" valign="bottom" ><code>*)</code></td>
</tr></table>


<pre><span class="keyword">module type</span> <a href="Fcl_var.BASICFD.html">BASICFD</a> = <code class="code">sig</code> <a href="Fcl_var.BASICFD.html">..</a> <code class="code">end</code></pre><div class="info">
Common variables module signature.
</div>
<pre><span class="keyword">module type</span> <a href="Fcl_var.FD.html">FD</a> = <code class="code">sig</code> <a href="Fcl_var.FD.html">..</a> <code class="code">end</code></pre><div class="info">
Extended signature for finite domain variable (with added functions
   irrelevant to set variables).
</div>
<pre><span class="keyword">module</span> <a href="Fcl_var.Fd.html">Fd</a>: <code class="type"><a href="Fcl_var.FD.html">FD</a></code><code class="type"> 
 with
     type domain = Fcl_domain.t
     and type elt = Fcl_domain.elt
     and type attr = Attr.t
     and type event = Attr.event</code></pre><div class="info">
Concrete finite domain variable module.
</div>
<pre><span class="keyword">module</span> <a href="Fcl_var.SetFd.html">SetFd</a>: <code class="type"><a href="Fcl_var.BASICFD.html">BASICFD</a></code><code class="type"> 
 with
     type domain = Fcl_setDomain.t
     and type elt = <a href="Fcl_setDomain.S.html">Fcl_setDomain.S</a>.t
     and type attr = SetAttr.t
     and type event = SetAttr.event</code></pre><div class="info">
Concrete integer set variable module.
</div>
</body></html>