Sophie

Sophie

distrib > Fedora > 13 > x86_64 > by-pkgid > 503b612ceb77b56b660c213400cb5147 > files > 187

ocaml-reins-devel-0.1a-7.fc13.x86_64.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.SplayMap.MonoKeyMap.html">
<link rel="Up" href="Reins.SplayMap.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.SplayMap.PolyMap</title>
</head>
<body>
<div class="navbar">&nbsp;<a href="Reins.SplayMap.html">Up</a>
&nbsp;<a href="Reins.SplayMap.MonoKeyMap.html">Next</a>
</div>
<center><h1>Module <a href="type_Reins.SplayMap.PolyMap.html">Reins.SplayMap.PolyMap</a></h1></center>
<br>
<pre><span class="keyword">module</span> PolyMap: <code class="type"><a href="Reins.Maps.PolyMapSig.html">Reins.Maps.PolyMapSig</a></code><code class="type">  with type ('a,'k,'v) result = 'a * ('k,'v) PolyMap.t</code></pre><hr width="100%">
<pre><span class="keyword">type</span> <a name="TYPEt"></a><code class="type">('a, 'b)</code> t </pre>

<pre><span class="keyword">type</span> <a name="TYPEkey"></a><code class="type">'a</code> key = <code class="type">'a</code> </pre>

<pre><span class="keyword">type</span> <a name="TYPEelt"></a><code class="type">'a</code> elt = <code class="type">'a</code> </pre>

<pre><span class="keyword">type</span> <a name="TYPEcursor"></a><code class="type">('a, 'b)</code> cursor </pre>

<pre><span class="keyword">type</span> <a name="TYPEresult"></a><code class="type">('a, 'b, 'c)</code> result </pre>

<pre><span class="keyword">include</span> <a href="Reins.Maps.Map_.html">Reins.Maps.Map_</a></pre>
<pre><span class="keyword">val</span> <a name="VALgen2"></a>gen2 : <code class="type">(?size:int -> Random.State.t -> 'a key_) -><br>       (?size:int -> Random.State.t -> 'b elt_) -><br>       ?size:int -> Random.State.t -> ('a, 'b) map</code></pre><pre><span class="keyword">val</span> <a name="VALto_string"></a>to_string : <code class="type">('a -> 'b -> string) -> ('a, 'b) map -> string</code></pre><pre><span class="keyword">val</span> <a name="VALcompare"></a>compare : <code class="type">('a -> 'a -> int) -><br>       ('b -> 'b -> int) -><br>       ('a, 'b) <a href="Reins.Maps.PolyMapSig.html#TYPEt">t</a> -> ('a, 'b) <a href="Reins.Maps.PolyMapSig.html#TYPEt">t</a> -> int</code></pre><pre><span class="keyword">val</span> <a name="VALcompare_keys"></a>compare_keys : <code class="type">('a -> 'a -> int) -><br>       ('a, 'b) <a href="Reins.Maps.PolyMapSig.html#TYPEt">t</a> -> ('a, 'b) <a href="Reins.Maps.PolyMapSig.html#TYPEt">t</a> -> int</code></pre></body></html>