Sophie

Sophie

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

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.Sets.html">
<link rel="next" href="Reins.CatenableList.html">
<link rel="Up" href="Reins.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.TreeSetIterator</title>
</head>
<body>
<div class="navbar"><a href="Reins.Sets.html">Previous</a>
&nbsp;<a href="Reins.html">Up</a>
&nbsp;<a href="Reins.CatenableList.html">Next</a>
</div>
<center><h1>Module <a href="type_Reins.TreeSetIterator.html">Reins.TreeSetIterator</a></h1></center>
<br>
<pre><span class="keyword">module</span> TreeSetIterator: <code class="code">sig</code> <a href="Reins.TreeSetIterator.html">..</a> <code class="code">end</code></pre><hr width="100%">
<pre><span class="keyword">module type</span> <a href="Reins.TreeSetIterator.S.html">S</a> = <code class="code">sig</code> <a href="Reins.TreeSetIterator.S.html">..</a> <code class="code">end</code></pre><div class="info">
The signature for an iterator over a tree impelementing a set.
</div>
<pre><span class="keyword">module</span> <a href="Reins.TreeSetIterator.Make.html">Make</a>: <div class="sig_block"><code class="code">functor (</code><code class="code">T</code><code class="code"> : </code><code class="type"><a href="Reins.Sets.Set_.html">Reins.Sets.Set_</a></code><code class="code">) -&gt; </code><code class="type"><a href="Reins.TreeSetIterator.S.html">S</a></code><code class="type">  with type 'a elt = 'a T.elt_
      and type 'a cursor = 'a T.cursor_
      and type 'a collection = 'a T.set</code></div></pre><div class="info">
Create an iterator for a Set (note that this implicitly supports
    both MonoSets and PolySets).
</div>
</body></html>