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
|
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>Arg1 (Nested.F.1-Arg1)</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="Nested-F.html">Up</a> –
<a href="Nested.html">Nested</a> » <a href="Nested-F.html">F</a>
» 1-Arg1
</nav>
<header class="odoc-preamble">
<h1>Parameter <code><span>F.1-Arg1</span></code></h1>
</header>
<nav class="odoc-toc">
<ul><li><a href="#type">Type</a></li><li><a href="#values">Values</a></li>
</ul>
</nav>
<div class="odoc-content">
<h2 id="type"><a href="#type" class="anchor"></a>Type</h2>
<div class="odoc-spec">
<div class="spec type" id="type-t" class="anchored">
<a href="#type-t" class="anchor"></a>
<code><span><span class="keyword">type</span> t</span></code>
</div><div class="spec-doc"><p>Some type.</p></div>
</div><h2 id="values"><a href="#values" class="anchor"></a>Values</h2>
<div class="odoc-spec">
<div class="spec value" id="val-y" class="anchored">
<a href="#val-y" class="anchor"></a>
<code>
<span><span class="keyword">val</span> y : <a href="#type-t">t</a>
</span>
</code>
</div><div class="spec-doc"><p>The value of y.</p></div>
</div>
</div>
</body>
</html>
|