Sophie

Sophie

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

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="previous" href="Reins.AVLSet.MonoSet.html">
<link rel="next" href="Reins.AVLSet.AVL_PolySet.html">
<link rel="Up" href="Reins.AVLSet.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.AVLSet.GenSet</title>
</head>
<body>
<div class="navbar"><a href="Reins.AVLSet.MonoSet.html">Previous</a>
&nbsp;<a href="Reins.AVLSet.html">Up</a>
&nbsp;<a href="Reins.AVLSet.AVL_PolySet.html">Next</a>
</div>
<center><h1>Module <a href="type_Reins.AVLSet.GenSet.html">Reins.AVLSet.GenSet</a></h1></center>
<br>
<pre><span class="keyword">module</span> GenSet: <code class="type"><a href="Reins.Sets.GenSetSigFnStd.html">Reins.Sets.GenSetSigFnStd</a></code><code class="type"> </code></pre>This functor is similar to the <a href="Reins.AVLSet.MonoSet.html"><code class="code">Reins.AVLSet.MonoSet</code></a> functor except
    it is parameterized by a module that also supports the <code class="code">gen</code>
    operation.  Therefore, the resulting module is also able to
    generate number sets.<br>
<hr width="100%">
<pre><span class="keyword">include</span> <a href="Reins.Sets.MonoSetSig.html">Reins.Sets.MonoSetSig</a></pre>
<pre><span id="VALgen"><span class="keyword">val</span> gen</span> : <code class="type">?size:int -> Random.State.t -> t</code></pre></body></html>