File: Nested.html

package info (click to toggle)
ocaml-odoc 2.1.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,744 kB
  • sloc: ml: 37,049; makefile: 124; sh: 79
file content (95 lines) | stat: -rw-r--r-- 3,714 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
 <head><title>Nested (Nested)</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">
  <header class="odoc-preamble">
   <h1>Module <code><span>Nested</span></code></h1>
   <p>This comment needs to be here before #235 is fixed.</p>
  </header>
  <nav class="odoc-toc">
   <ul><li><a href="#module">Module</a></li>
    <li><a href="#module-type">Module type</a></li>
    <li><a href="#functor">Functor</a></li>
    <li><a href="#class">Class</a></li>
   </ul>
  </nav>
  <div class="odoc-content">
   <h2 id="module"><a href="#module" class="anchor"></a>Module</h2>
   <div class="odoc-spec">
    <div class="spec module" id="module-X" class="anchored">
     <a href="#module-X" class="anchor"></a>
     <code>
      <span><span class="keyword">module</span> <a href="Nested-X.html">X</a>
      </span>
      <span> : <span class="keyword">sig</span> ... 
       <span class="keyword">end</span>
      </span>
     </code>
    </div><div class="spec-doc"><p>This is module X.</p></div>
   </div>
   <h2 id="module-type"><a href="#module-type" class="anchor"></a>Module type
   </h2>
   <div class="odoc-spec">
    <div class="spec module-type" id="module-type-Y" class="anchored">
     <a href="#module-type-Y" class="anchor"></a>
     <code>
      <span><span class="keyword">module</span> 
       <span class="keyword">type</span> 
       <a href="Nested-module-type-Y.html">Y</a>
      </span>
      <span> = <span class="keyword">sig</span> ... 
       <span class="keyword">end</span>
      </span>
     </code>
    </div><div class="spec-doc"><p>This is module type Y.</p></div>
   </div><h2 id="functor"><a href="#functor" class="anchor"></a>Functor</h2>
   <div class="odoc-spec">
    <div class="spec module" id="module-F" class="anchored">
     <a href="#module-F" class="anchor"></a>
     <code>
      <span><span class="keyword">module</span> <a href="Nested-F.html">F</a>
      </span>
      <span> (<a href="Nested-F-argument-1-Arg1.html">Arg1</a> : 
       <a href="Nested-module-type-Y.html">Y</a>) (
       <a href="Nested-F-argument-2-Arg2.html">Arg2</a> : 
       <span class="keyword">sig</span> ... <span class="keyword">end</span>
       ) : <span class="keyword">sig</span> ... 
       <span class="keyword">end</span>
      </span>
     </code>
    </div><div class="spec-doc"><p>This is a functor F.</p></div>
   </div><h2 id="class"><a href="#class" class="anchor"></a>Class</h2>
   <div class="odoc-spec">
    <div class="spec class" id="class-z" class="anchored">
     <a href="#class-z" class="anchor"></a>
     <code>
      <span><span class="keyword">class</span> 
       <span class="keyword">virtual</span>  
      </span><span><a href="Nested-class-z.html">z</a></span>
      <span> : <span class="keyword">object</span> ... 
       <span class="keyword">end</span>
      </span>
     </code>
    </div><div class="spec-doc"><p>This is class z.</p></div>
   </div>
   <div class="odoc-spec">
    <div class="spec class" id="class-inherits" class="anchored">
     <a href="#class-inherits" class="anchor"></a>
     <code>
      <span><span class="keyword">class</span> 
       <span class="keyword">virtual</span>  
      </span><span><a href="Nested-class-inherits.html">inherits</a></span>
      <span> : <span class="keyword">object</span> ... 
       <span class="keyword">end</span>
      </span>
     </code>
    </div>
   </div>
  </div>
 </body>
</html>