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>M (Ocamlary.With8.M)</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">
<nav class="odoc-nav"><a href="Ocamlary-module-type-With8.html">Up</a>
– <a href="Ocamlary.html">Ocamlary</a> »
<a href="Ocamlary-module-type-With8.html">With8</a> » M
</nav>
<header class="odoc-preamble">
<h1>Module <code><span>With8.M</span></code></h1>
</header>
<div class="odoc-content">
<div class="odoc-spec">
<div class="spec module-type" id="module-type-S" class="anchored">
<a href="#module-type-S" class="anchor"></a>
<code>
<span><span class="keyword">module</span>
<span class="keyword">type</span> S
</span>
<span> = <a href="Ocamlary-With5-module-type-S.html">With5.S</a></span>
</code>
</div>
</div>
<div class="odoc-spec">
<div class="spec module" id="module-N" class="anchored">
<a href="#module-N" class="anchor"></a>
<code>
<span><span class="keyword">module</span>
<a href="Ocamlary-module-type-With8-M-N.html">N</a>
</span>
<span> : <span class="keyword">module</span>
<span class="keyword">type</span> <span class="keyword">of</span>
<span class="keyword">struct</span>
<span class="keyword">include</span>
<a href="Ocamlary-With5-N.html">With5.N</a>
<span class="keyword">end</span> <span class="keyword">with</span>
<span><span class="keyword">type</span>
<a href="Ocamlary-With5-N.html#type-t">t</a> =
<a href="Ocamlary-With5-N.html#type-t">With5.N.t</a>
</span>
</span>
</code>
</div>
</div>
</div>
</body>
</html>
|