mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 11:15:32 -05:00
27 lines
No EOL
2.2 KiB
HTML
27 lines
No EOL
2.2 KiB
HTML
<!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="Sequence.Map.html">
|
|
<link rel="Up" href="Sequence.html">
|
|
<link title="Index of types" rel=Appendix href="index_types.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="Sequence" rel="Chapter" href="Sequence.html"><title>Sequence.Set</title>
|
|
</head>
|
|
<body>
|
|
<div class="navbar"> <a class="up" href="Sequence.html" title="Sequence">Up</a>
|
|
<a class="post" href="Sequence.Map.html" title="Sequence.Map">Next</a>
|
|
</div>
|
|
<h1>Module <a href="type_Sequence.Set.html">Sequence.Set</a></h1>
|
|
<pre><span class="keyword">module</span> Set: <code class="code">sig</code> <a href="Sequence.Set.html">..</a> <code class="code">end</code></pre><hr width="100%">
|
|
<pre><span class="keyword">module type</span> <a href="Sequence.Set.S.html">S</a> = <code class="code">sig</code> <a href="Sequence.Set.S.html">..</a> <code class="code">end</code></pre><pre><span class="keyword">module</span> <a href="Sequence.Set.Adapt.html">Adapt</a>: <div class="sig_block"><code class="code">functor (</code><code class="code">X</code><code class="code"> : </code><code class="type">Set.S</code><code class="code">) -> </code><code class="type"><a href="Sequence.Set.S.html">S</a></code><code class="type"> with type elt = X.elt and type set = X.t</code></div></pre><div class="info">
|
|
Create an enriched Set module from the given one
|
|
</div>
|
|
<pre><span class="keyword">module</span> <a href="Sequence.Set.Make.html">Make</a>: <div class="sig_block"><code class="code">functor (</code><code class="code">X</code><code class="code"> : </code><code class="type">Set.OrderedType</code><code class="code">) -> </code><code class="type"><a href="Sequence.Set.S.html">S</a></code><code class="type"> with type elt = X.t</code></div></pre><div class="info">
|
|
Functor to build an extended Set module from an ordered type
|
|
</div>
|
|
</body></html> |