File: Ocamlary-module-type-RecollectionModule.html

package info (click to toggle)
ocaml-odoc 3.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 12,104 kB
  • sloc: ml: 59,291; javascript: 2,572; sh: 566; makefile: 31
file content (96 lines) | stat: -rw-r--r-- 3,228 bytes parent folder | download
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
 <head><title>RecollectionModule (Ocamlary.RecollectionModule)</title>
  <meta charset="utf-8"/><link rel="stylesheet" href="odoc.css"/>
  <meta name="generator" content="odoc 3.0.0"/>
  <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="index.html">Index</a> &#x00BB; 
   <a href="Ocamlary.html">Ocamlary</a> &#x00BB; RecollectionModule
  </nav>
  <header class="odoc-preamble">
   <h1>Module type <code><span>Ocamlary.RecollectionModule</span></code></h1>
  </header>
  <div class="odoc-content">
   <div class="odoc-include">
    <details open="open">
     <summary class="spec include">
      <code>
       <span><span class="keyword">include</span> 
        <span class="keyword">sig</span> ... <span class="keyword">end</span>
       </span>
      </code>
     </summary>
     <div class="odoc-spec">
      <div class="spec type anchored" id="type-collection">
       <a href="#type-collection" class="anchor"></a>
       <code><span><span class="keyword">type</span> collection</span>
        <span> = 
         <span>
          <a href="Ocamlary-CollectionModule.html#type-element">
           CollectionModule.element
          </a> list
         </span>
        </span>
       </code>
      </div>
     </div>
     <div class="odoc-spec">
      <div class="spec type anchored" id="type-element">
       <a href="#type-element" class="anchor"></a>
       <code><span><span class="keyword">type</span> element</span>
        <span> = 
         <a href="Ocamlary-CollectionModule.html#type-collection">
          CollectionModule.collection
         </a>
        </span>
       </code>
      </div>
     </div>
     <div class="odoc-spec">
      <div class="spec module anchored" id="module-InnerModuleA">
       <a href="#module-InnerModuleA" class="anchor"></a>
       <code>
        <span><span class="keyword">module</span> 
         <a href="Ocamlary-module-type-RecollectionModule-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 anchored"
       id="module-type-InnerModuleTypeA">
       <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-module-type-RecollectionModule-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>
    </details>
   </div>
  </div>
 </body>
</html>