Sophie

Sophie

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

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.AVL_GenMap.html">
<link rel="next" href="Reins.AVLMap.Poly2.html">
<link rel="Up" href="Reins.AVLMap.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.AVLMap.Poly1</title>
</head>
<body>
<div class="navbar"><a href="Reins.AVLMap.AVL_GenMap.html">Previous</a>
&nbsp;<a href="Reins.AVLMap.html">Up</a>
&nbsp;<a href="Reins.AVLMap.Poly2.html">Next</a>
</div>
<center><h1>Module <a href="type_Reins.AVLMap.Poly1.html">Reins.AVLMap.Poly1</a></h1></center>
<br>
<pre><span class="keyword">module</span> Poly1: <code class="type"><a href="Reins.Maps.PolyMapSig.html">Reins.Maps.PolyMapSig</a></code><code class="type"> </code></pre><hr width="100%">
<pre><span id="TYPEt"><span class="keyword">type</span> <code class="type">('a, 'b)</code> t</span> </pre>

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

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

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

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

<pre><span class="keyword">include</span> <a href="Reins.Maps.Map_.html">Reins.Maps.Map_</a></pre>
<pre><span id="VALgen2"><span class="keyword">val</span> gen2</span> : <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 id="VALto_string"><span class="keyword">val</span> to_string</span> : <code class="type">('a -> 'b -> string) -> ('a, 'b) map -> string</code></pre><pre><span id="VALcompare"><span class="keyword">val</span> compare</span> : <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 id="VALcompare_keys"><span class="keyword">val</span> compare_keys</span> : <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>