Sophie

Sophie

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

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.AVLMap.html">
<link rel="next" href="Reins.RBMap.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.PatriciaMap</title>
</head>
<body>
<div class="navbar"><a href="Reins.AVLMap.html">Previous</a>
&nbsp;<a href="Reins.html">Up</a>
&nbsp;<a href="Reins.RBMap.html">Next</a>
</div>
<center><h1>Module <a href="type_Reins.PatriciaMap.html">Reins.PatriciaMap</a></h1></center>
<br>
<pre><span class="keyword">module</span> PatriciaMap: <code class="code">sig</code> <a href="Reins.PatriciaMap.html">..</a> <code class="code">end</code></pre><hr width="100%">
<br>
Efficient maps over integers<br>
<pre><span class="keyword">module</span> <a href="Reins.PatriciaMap.MonoKeyMap.html">MonoKeyMap</a>: <code class="type"><a href="Reins.Maps.MonoKeyMapSig.html">Reins.Maps.MonoKeyMapSig</a></code><code class="type">  with type key = int
			and type 'e elt = 'e</code></pre><pre><span class="keyword">module</span> <a href="Reins.PatriciaMap.GenKeyMap.html">GenKeyMap</a>: <code class="type"><a href="Reins.Maps.GenKeyMapSig.html">Reins.Maps.GenKeyMapSig</a></code><code class="type">  with type key = int
		       and type 'e elt = 'e</code></pre><pre><span class="keyword">module</span> <a href="Reins.PatriciaMap.MonoMap.html">MonoMap</a>: <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.Maps.MonoMapSig.html">Reins.Maps.MonoMapSig</a></code><code class="type">  with type key = int
		       and type elt = C.t</code></div></pre><pre><span class="keyword">module</span> <a href="Reins.PatriciaMap.GenMap.html">GenMap</a>: <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.ArbitraryComparable.html">Reins.Types.Mono.ArbitraryComparable</a></code><code class="code">) -&gt; </code><code class="type"><a href="Reins.Maps.GenMapSig.html">Reins.Maps.GenMapSig</a></code><code class="type">  with type key = int
		      and type elt = C.t</code></div></pre></body></html>