File: Interlude.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 (54 lines) | stat: -rw-r--r-- 2,176 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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
 <head><title>Interlude (Interlude)</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>Interlude</span></code></h1>
   <p>This is the comment associated to the module.</p>
  </header>
  <div class="odoc-content">
   <p>Some separate stray text at the top of the module.</p>
   <div class="odoc-spec">
    <div class="spec value" id="val-foo" class="anchored">
     <a href="#val-foo" class="anchor"></a>
     <code><span><span class="keyword">val</span> foo : unit</span></code>
    </div><div class="spec-doc"><p>Foo.</p></div>
   </div>
   <p>Some stray text that is not associated with any signature item.</p>
   <p>It has multiple paragraphs.</p>
   <p>A separate block of stray text, adjacent to the preceding one.</p>
   <div class="odoc-spec">
    <div class="spec value" id="val-bar" class="anchored">
     <a href="#val-bar" class="anchor"></a>
     <code><span><span class="keyword">val</span> bar : unit</span></code>
    </div><div class="spec-doc"><p>Bar.</p></div>
   </div>
   <div class="odoc-spec">
    <div class="spec value" id="val-multiple" class="anchored">
     <a href="#val-multiple" class="anchor"></a>
     <code><span><span class="keyword">val</span> multiple : unit</span>
     </code>
    </div>
   </div>
   <div class="odoc-spec">
    <div class="spec value" id="val-signature" class="anchored">
     <a href="#val-signature" class="anchor"></a>
     <code><span><span class="keyword">val</span> signature : unit</span>
     </code>
    </div>
   </div>
   <div class="odoc-spec">
    <div class="spec value" id="val-items" class="anchored">
     <a href="#val-items" class="anchor"></a>
     <code><span><span class="keyword">val</span> items : unit</span></code>
    </div>
   </div><p>Stray text at the bottom of the module.</p>
  </div>
 </body>
</html>