Sophie

Sophie

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

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.DugProfile.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.DugProfile.Make</title>
</head>
<body>
<div class="navbar">&nbsp;<a href="Reins.DugProfile.html">Up</a>
&nbsp;</div>
<center><h1>Functor <a href="type_Reins.DugProfile.Make.html">Reins.DugProfile.Make</a></h1></center>
<br>
<pre><span class="keyword">module</span> Make: <div class="sig_block"><code class="code">functor (</code><code class="code">DS</code><code class="code"> : </code><code class="type"><a href="Reins.DugADT.S.html">Reins.DugADT.S</a></code><code class="code">) -&gt; </code><code class="code">sig</code> <a href="Reins.DugProfile.Make.html">..</a> <code class="code">end</code></div></pre><table border="0" cellpadding="3" width="100%">
<tr>
<td align="left" valign="top" width="1%%"><b>Parameters: </b></td>
<td>
<table class="paramstable">
<tr>
<td align="center" valign="top" width="15%">
<code>DS</code></td>
<td align="center" valign="top">:</td>
<td><code class="type"><a href="Reins.DugADT.S.html">Reins.DugADT.S</a></code>
</table>
</td>
</tr>
</table>
<hr width="100%">
<br><code><span id="TYPEt"><span class="keyword">type</span> <code class="type"></code>t</span> = private {</code><table class="typetable">
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>gen_cdf&nbsp;: <code class="type">((unit, unit) DS.generator * float) list</code>;</code></td>

</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>mut_cdf&nbsp;: <code class="type">((unit, unit) DS.mutator * float) list</code>;</code></td>

</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>obs_cdf&nbsp;: <code class="type">((unit, unit) DS.observer * float) list</code>;</code></td>

</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>gen_ratio&nbsp;: <code class="type">float</code>;</code></td>

</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>obs_mut_ratio&nbsp;: <code class="type">float</code>;</code></td>

</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>mortality&nbsp;: <code class="type">float</code>;</code></td>

</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>pmf&nbsp;: <code class="type">float</code>;</code></td>

</tr>
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code>pof&nbsp;: <code class="type">float</code>;</code></td>

</tr></table>
}


<pre><span id="VALrandom_op"><span class="keyword">val</span> random_op</span> : <code class="type">('a * float) list -> 'a</code></pre><pre><span id="VALto_string"><span class="keyword">val</span> to_string</span> : <code class="type"><a href="Reins.DugProfile.Make.html#TYPEt">t</a> -> string</code></pre><pre><span id="VALprofile"><span class="keyword">val</span> profile</span> : <code class="type">(('a, 'b) DS.generator, ('a, 'b) DS.mutator, ('a, 'b) DS.observer)<br>       <a href="Reins.Dug.html#TYPEt">Reins.Dug.t</a> -> <a href="Reins.DugProfile.Make.html#TYPEt">t</a></code></pre></body></html>