mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-18 00:26:43 -05:00
2 lines
No EOL
5.8 KiB
HTML
2 lines
No EOL
5.8 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Scoped_location (ocaml.Debuginfo.Scoped_location)</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">Debuginfo</a> » Scoped_location</nav><header class="odoc-preamble"><h1>Module <code><span>Debuginfo.Scoped_location</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-scopes"><a href="#type-scopes" class="anchor"></a><code><span><span class="keyword">type</span> scopes</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-string_of_scopes"><a href="#val-string_of_scopes" class="anchor"></a><code><span><span class="keyword">val</span> string_of_scopes : <span><a href="#type-scopes">scopes</a> <span class="arrow">-></span></span> string</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-empty_scopes"><a href="#val-empty_scopes" class="anchor"></a><code><span><span class="keyword">val</span> empty_scopes : <a href="#type-scopes">scopes</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-enter_anonymous_function"><a href="#val-enter_anonymous_function" class="anchor"></a><code><span><span class="keyword">val</span> enter_anonymous_function : <span>scopes:<a href="#type-scopes">scopes</a> <span class="arrow">-></span></span> <a href="#type-scopes">scopes</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-enter_value_definition"><a href="#val-enter_value_definition" class="anchor"></a><code><span><span class="keyword">val</span> enter_value_definition : <span>scopes:<a href="#type-scopes">scopes</a> <span class="arrow">-></span></span> <span><a href="../../Ident/index.html#type-t">Ident.t</a> <span class="arrow">-></span></span> <a href="#type-scopes">scopes</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-enter_module_definition"><a href="#val-enter_module_definition" class="anchor"></a><code><span><span class="keyword">val</span> enter_module_definition : <span>scopes:<a href="#type-scopes">scopes</a> <span class="arrow">-></span></span> <span><a href="../../Ident/index.html#type-t">Ident.t</a> <span class="arrow">-></span></span> <a href="#type-scopes">scopes</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-enter_class_definition"><a href="#val-enter_class_definition" class="anchor"></a><code><span><span class="keyword">val</span> enter_class_definition : <span>scopes:<a href="#type-scopes">scopes</a> <span class="arrow">-></span></span> <span><a href="../../Ident/index.html#type-t">Ident.t</a> <span class="arrow">-></span></span> <a href="#type-scopes">scopes</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-enter_method_definition"><a href="#val-enter_method_definition" class="anchor"></a><code><span><span class="keyword">val</span> enter_method_definition : <span>scopes:<a href="#type-scopes">scopes</a> <span class="arrow">-></span></span> <span><a href="../../Asttypes/index.html#type-label">Asttypes.label</a> <span class="arrow">-></span></span> <a href="#type-scopes">scopes</a></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><span> = </span></code><ol><li id="type-t.Loc_unknown" class="def variant constructor anchored"><a href="#type-t.Loc_unknown" class="anchor"></a><code><span>| </span><span><span class="constructor">Loc_unknown</span></span></code></li><li id="type-t.Loc_known" class="def variant constructor anchored"><a href="#type-t.Loc_known" class="anchor"></a><code><span>| </span><span><span class="constructor">Loc_known</span> <span class="keyword">of</span> </span><span>{</span></code><ol><li id="type-t.loc" class="def record field anchored"><a href="#type-t.loc" class="anchor"></a><code><span>loc : <a href="../../Location/index.html#type-t">Location.t</a>;</span></code></li><li id="type-t.scopes" class="def record field anchored"><a href="#type-t.scopes" class="anchor"></a><code><span>scopes : <a href="#type-scopes">scopes</a>;</span></code></li></ol><code><span>}</span></code></li></ol></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-of_location"><a href="#val-of_location" class="anchor"></a><code><span><span class="keyword">val</span> of_location : <span>scopes:<a href="#type-scopes">scopes</a> <span class="arrow">-></span></span> <span><a href="../../Location/index.html#type-t">Location.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-to_location"><a href="#val-to_location" class="anchor"></a><code><span><span class="keyword">val</span> to_location : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> <a href="../../Location/index.html#type-t">Location.t</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-string_of_scoped_location"><a href="#val-string_of_scoped_location" class="anchor"></a><code><span><span class="keyword">val</span> string_of_scoped_location : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> string</span></code></div></div></div></body></html> |