Sophie

Sophie

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

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.SplaySet.PolySet.html">
<link rel="next" href="Reins.SplaySet.GenSet.html">
<link rel="Up" href="Reins.SplaySet.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.SplaySet.MonoSet</title>
</head>
<body>
<div class="navbar"><a href="Reins.SplaySet.PolySet.html">Previous</a>
&nbsp;<a href="Reins.SplaySet.html">Up</a>
&nbsp;<a href="Reins.SplaySet.GenSet.html">Next</a>
</div>
<center><h1>Functor <a href="type_Reins.SplaySet.MonoSet.html">Reins.SplaySet.MonoSet</a></h1></center>
<br>
<pre><span class="keyword">module</span> MonoSet: <div class="sig_block"><code class="code">functor (</code><code class="code">C</code><code class="code"> : </code><code class="type"><a href="Reins.Types.Mono.Comparable.html">Reins.Types.Mono.Comparable</a></code><code class="code">) -&gt; </code><code class="type"><a href="Reins.Sets.MonoSetSig.html">Reins.Sets.MonoSetSig</a></code><code class="type">  with type elt = C.t
		  and type 'a result = 'a * MonoSet(C).t</code></div></pre>This functor provides an implementation of Splay trees that are
    parameterized by a specific monomorphic element type.  The
    resulting module may be more efficient than its polymorphic
    counterpart, <a href="Reins.SplaySet.PolySet.html"><code class="code">Reins.SplaySet.PolySet</code></a>.<br>
<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>C</code></td>
<td align="center" valign="top">:</td>
<td><code class="type"><a href="Reins.Types.Mono.Comparable.html">Reins.Types.Mono.Comparable</a></code>
</table>
</td>
</tr>
</table>
<hr width="100%">
<pre><span id="TYPEt"><span class="keyword">type</span> <code class="type"></code>t</span> </pre>

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

<pre><span id="TYPEcursor"><span class="keyword">type</span> <code class="type"></code>cursor</span> </pre>

<pre><span id="TYPEresult"><span class="keyword">type</span> <code class="type">'a</code> result</span> </pre>

<pre><span class="keyword">include</span> <a href="Reins.Sets.Set_.html">Reins.Sets.Set_</a></pre>
<pre><span id="VALto_string"><span class="keyword">val</span> to_string</span> : <code class="type">'a set -> string</code></pre></body></html>