moonpool/dev/ocaml/Closure_conversion_aux/index.html
2023-08-28 17:11:38 +00:00

2 lines
No EOL
1.9 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Closure_conversion_aux (ocaml.Closure_conversion_aux)</title><link rel="stylesheet" href="../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.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="../index.html">Up</a> <a href="../index.html">ocaml</a> &#x00BB; Closure_conversion_aux</nav><header class="odoc-preamble"><h1>Module <code><span>Closure_conversion_aux</span></code></h1><p>Environments and auxiliary structures used during closure conversion.</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec module anchored" id="module-Env"><a href="#module-Env" class="anchor"></a><code><span><span class="keyword">module</span> <a href="Env/index.html">Env</a></span><span> : <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div><div class="spec-doc"><p>Used to remember which <code>Variable.t</code> values correspond to which <code>Ident.t</code> values during closure conversion, and similarly for static exception identifiers.</p></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Function_decls"><a href="#module-Function_decls" class="anchor"></a><code><span><span class="keyword">module</span> <a href="Function_decls/index.html">Function_decls</a></span><span> : <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div><div class="spec-doc"><p>Used to represent information about a set of function declarations during closure conversion. (The only case in which such a set may contain more than one declaration is when processing &quot;let rec&quot;.)</p></div></div></div></body></html>