mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-19 09:06:43 -05:00
2 lines
3 KiB
HTML
2 lines
3 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Function_decls (ocaml.Closure_conversion_aux.Function_decls)</title><meta charset="utf-8"/><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta name="generator" content="odoc 2.4.2"/><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> » <a href="../index.html">Closure_conversion_aux</a> » Function_decls</nav><header class="odoc-preamble"><h1>Module <code><span>Closure_conversion_aux.Function_decls</span></code></h1><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 "let rec".)</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec module anchored" id="module-Function_decl"><a href="#module-Function_decl" class="anchor"></a><code><span><span class="keyword">module</span> <a href="Function_decl/index.html">Function_decl</a></span><span> : <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div><div class="odoc-spec"><div class="spec type anchored" id="type-t"><a href="#type-t" class="anchor"></a><code><span><span class="keyword">type</span> t</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-create"><a href="#val-create" class="anchor"></a><code><span><span class="keyword">val</span> create : <span><span><a href="Function_decl/index.html#type-t">Function_decl.t</a> list</span> <span class="arrow">-></span></span> <a href="#type-t">t</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-to_list"><a href="#val-to_list" class="anchor"></a><code><span><span class="keyword">val</span> to_list : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> <span><a href="Function_decl/index.html#type-t">Function_decl.t</a> list</span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-all_free_idents"><a href="#val-all_free_idents" class="anchor"></a><code><span><span class="keyword">val</span> all_free_idents : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> <a href="../../Ident/Set/index.html#type-t">Ident.Set.t</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-closure_env_without_parameters"><a href="#val-closure_env_without_parameters" class="anchor"></a><code><span><span class="keyword">val</span> closure_env_without_parameters : <span><a href="../Env/index.html#type-t">Env.t</a> <span class="arrow">-></span></span> <span><a href="#type-t">t</a> <span class="arrow">-></span></span> <a href="../Env/index.html#type-t">Env.t</a></span></code></div></div></div></body></html>
|