mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-18 08:36:43 -05:00
6 lines
No EOL
3.1 KiB
HTML
6 lines
No EOL
3.1 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Closure_stack (ocaml.Inlining_stats.Closure_stack)</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> » <a href="../index.html">Inlining_stats</a> » Closure_stack</nav><header class="odoc-preamble"><h1>Module <code><span>Inlining_stats.Closure_stack</span></code></h1></header><div class="odoc-content"><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>unit <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-note_entering_closure"><a href="#val-note_entering_closure" class="anchor"></a><code><span><span class="keyword">val</span> note_entering_closure :
|
||
<span><a href="#type-t">t</a> <span class="arrow">-></span></span>
|
||
<span>closure_id:<a href="../../Closure_id/index.html#type-t">Closure_id.t</a> <span class="arrow">-></span></span>
|
||
<span>dbg:<a href="../../Debuginfo/index.html#type-t">Debuginfo.t</a> <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-note_entering_call"><a href="#val-note_entering_call" class="anchor"></a><code><span><span class="keyword">val</span> note_entering_call : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> <span>closure_id:<a href="../../Closure_id/index.html#type-t">Closure_id.t</a> <span class="arrow">-></span></span> <span>dbg:<a href="../../Debuginfo/index.html#type-t">Debuginfo.t</a> <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-note_entering_inlined"><a href="#val-note_entering_inlined" class="anchor"></a><code><span><span class="keyword">val</span> note_entering_inlined : <span><a href="#type-t">t</a> <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-note_entering_specialised"><a href="#val-note_entering_specialised" class="anchor"></a><code><span><span class="keyword">val</span> note_entering_specialised : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> <span>closure_ids:<a href="../../Closure_id/Set/index.html#type-t">Closure_id.Set.t</a> <span class="arrow">-></span></span> <a href="#type-t">t</a></span></code></div></div></div></body></html> |