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
|
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>External (External)</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>External</span></code></h1>
</header>
<div class="odoc-content">
<div class="odoc-spec">
<div class="spec value external" id="val-foo" class="anchored">
<a href="#val-foo" class="anchor"></a>
<code>
<span><span class="keyword">val</span> foo :
<span>unit <span class="arrow">-></span></span> unit
</span>
</code>
</div><div class="spec-doc"><p>Foo <em>bar</em>.</p></div>
</div>
</div>
</body>
</html>
|