Sophie

Sophie

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

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="next" href="Reins.AVLSet.MonoSet.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.PolySet</title>
</head>
<body>
<div class="navbar">&nbsp;<a href="Reins.AVLSet.html">Up</a>
&nbsp;<a href="Reins.AVLSet.MonoSet.html">Next</a>
</div>
<center><h1>Module <a href="type_Reins.AVLSet.PolySet.html">Reins.AVLSet.PolySet</a></h1></center>
<br>
<pre><span class="keyword">module</span> PolySet: <code class="type"><a href="Reins.Sets.PolySetSigStd.html">Reins.Sets.PolySetSigStd</a></code><code class="type"> </code></pre>This module provides an implementation of AVL trees with a
    polymorphic element type.  The implementation uses the standard
    library's polymorphic <code class="code">compare</code> function internally and may not be
    as efficient as the <a href="Reins.AVLSet.MonoSet.html"><code class="code">Reins.AVLSet.MonoSet</code></a> module which allows the use
    of a more efficient comparison function.<br>
<hr width="100%">
<pre><span id="TYPEt"><span class="keyword">type</span> <code class="type">'a</code> t</span> </pre>

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

<pre><span id="TYPEresult"><span class="keyword">type</span> <code class="type">('a, 'b)</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 -> string) -> 'a set -> string</code></pre></body></html>