1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
|
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>Recollection (Ocamlary.Recollection)</title>
<link rel="stylesheet" href="odoc.css"/><meta charset="utf-8"/>
<meta name="generator" content="odoc 2.1.1"/>
<meta name="viewport" content="width=device-width,initial-scale=1.0"/>
<script src="highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</head>
<body class="odoc">
<nav class="odoc-nav"><a href="Ocamlary.html">Up</a> –
<a href="Ocamlary.html">Ocamlary</a> » Recollection
</nav>
<header class="odoc-preamble">
<h1>Module <code><span>Ocamlary.Recollection</span></code></h1>
</header>
<nav class="odoc-toc">
<ul><li><a href="#parameters">Parameters</a></li>
<li><a href="#signature">Signature</a></li>
</ul>
</nav>
<div class="odoc-content">
<h2 id="parameters"><a href="#parameters" class="anchor"></a>Parameters
</h2>
<div class="odoc-spec">
<div class="spec parameter" id="argument-1-C" class="anchored">
<a href="#argument-1-C" class="anchor"></a>
<code><span><span class="keyword">module</span> </span>
<span><a href="Ocamlary-Recollection-argument-1-C.html">C</a></span>
<span> : <a href="Ocamlary-module-type-COLLECTION.html">COLLECTION</a>
</span>
</code>
</div>
</div>
<h2 id="signature"><a href="#signature" class="anchor"></a>Signature</h2>
<p>This comment is for <code>CollectionModule</code>.</p>
<div class="odoc-spec">
<div class="spec type" id="type-collection" class="anchored">
<a href="#type-collection" class="anchor"></a>
<code><span><span class="keyword">type</span> collection</span>
<span> =
<span>
<a href="Ocamlary-Recollection-argument-1-C.html#type-element">
C.element
</a> list
</span>
</span>
</code>
</div>
<div class="spec-doc"><p>This comment is for <code>collection</code>.</p>
</div>
</div>
<div class="odoc-spec">
<div class="spec type" id="type-element" class="anchored">
<a href="#type-element" class="anchor"></a>
<code><span><span class="keyword">type</span> element</span>
<span> =
<a href="Ocamlary-Recollection-argument-1-C.html#type-collection">
C.collection
</a>
</span>
</code>
</div>
</div>
<div class="odoc-spec">
<div class="spec module" id="module-InnerModuleA" class="anchored">
<a href="#module-InnerModuleA" class="anchor"></a>
<code>
<span><span class="keyword">module</span>
<a href="Ocamlary-Recollection-InnerModuleA.html">InnerModuleA</a>
</span>
<span> : <span class="keyword">sig</span> ...
<span class="keyword">end</span>
</span>
</code>
</div>
<div class="spec-doc">
<p>This comment is for <code>InnerModuleA</code>.</p>
</div>
</div>
<div class="odoc-spec">
<div class="spec module-type" id="module-type-InnerModuleTypeA"
class="anchored">
<a href="#module-type-InnerModuleTypeA" class="anchor"></a>
<code>
<span><span class="keyword">module</span>
<span class="keyword">type</span> InnerModuleTypeA
</span>
<span> =
<a
href="Ocamlary-Recollection-InnerModuleA-module-type-InnerModuleTypeA'.html"
>InnerModuleA.InnerModuleTypeA'
</a>
</span>
</code>
</div>
<div class="spec-doc">
<p>This comment is for <code>InnerModuleTypeA</code>.</p>
</div>
</div>
</div>
</body>
</html>
|