-
Notifications
You must be signed in to change notification settings - Fork 99
/
Copy pathBugs.html
45 lines (45 loc) · 1.52 KB
/
Bugs.html
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>Bugs (Bugs)</title><meta charset="utf-8"/>
<link rel="stylesheet" href="odoc.css"/>
<meta name="generator" content="odoc %%VERSION%%"/>
<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>Bugs</span></code></h1>
</header>
<div class="odoc-content">
<div class="odoc-spec">
<div class="spec type anchored" id="type-opt">
<a href="#type-opt" class="anchor"></a>
<code><span><span class="keyword">type</span> <span>'a opt</span></span>
<span> = <span><span class="type-var">'a</span> option</span></span>
</code>
</div>
</div>
<div class="odoc-spec">
<div class="spec value anchored" id="val-foo">
<a href="#val-foo" class="anchor"></a>
<code>
<span><span class="keyword">val</span> foo :
<span><span class="optlabel">?bar</span>:
<span class="type-var">'a</span> <span class="arrow">-></span>
</span> <span>unit <span class="arrow">-></span></span>
unit
</span>
</code>
</div>
<div class="spec-doc">
<p>Triggers an assertion failure when
<a href="https://github.com/ocaml/odoc/issues/101"
class="external-link">https://github.com/ocaml/odoc/issues/101
</a> is not fixed.
</p>
</div>
</div>
</div>
</body>
</html>