mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-18 16:46:41 -05:00
65 lines
25 KiB
HTML
65 lines
25 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Untypeast (ocaml.Untypeast)</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> » Untypeast</nav><header class="odoc-preamble"><h1>Module <code><span>Untypeast</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-lident_of_path"><a href="#val-lident_of_path" class="anchor"></a><code><span><span class="keyword">val</span> lident_of_path : <span><a href="../Path/index.html#type-t">Path.t</a> <span class="arrow">-></span></span> <a href="../Longident/index.html#type-t">Longident.t</a></span></code></div></div><div class="odoc-spec"><div class="spec type anchored" id="type-mapper"><a href="#type-mapper" class="anchor"></a><code><span><span class="keyword">type</span> mapper</span><span> = </span><span>{</span></code><ol><li id="type-mapper.attribute" class="def record field anchored"><a href="#type-mapper.attribute" class="anchor"></a><code><span>attribute : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span> <span><a href="../Typedtree/index.html#type-attribute">Typedtree.attribute</a> <span class="arrow">-></span></span> <a href="../Parsetree/index.html#type-attribute">Parsetree.attribute</a>;</span></code></li><li id="type-mapper.attributes" class="def record field anchored"><a href="#type-mapper.attributes" class="anchor"></a><code><span>attributes : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span> <span><span><a href="../Typedtree/index.html#type-attribute">Typedtree.attribute</a> list</span> <span class="arrow">-></span></span> <span><a href="../Parsetree/index.html#type-attribute">Parsetree.attribute</a> list</span>;</span></code></li><li id="type-mapper.binding_op" class="def record field anchored"><a href="#type-mapper.binding_op" class="anchor"></a><code><span>binding_op : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Typedtree/index.html#type-binding_op">Typedtree.binding_op</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Typedtree/index.html#type-pattern">Typedtree.pattern</a> <span class="arrow">-></span></span>
|
||
<a href="../Parsetree/index.html#type-binding_op">Parsetree.binding_op</a>;</span></code></li><li id="type-mapper.case" class="def record field anchored"><a href="#type-mapper.case" class="anchor"></a><code><span>case : 'k. <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span> <span><span><span class="type-var">'k</span> <a href="../Typedtree/index.html#type-case">Typedtree.case</a></span> <span class="arrow">-></span></span> <a href="../Parsetree/index.html#type-case">Parsetree.case</a>;</span></code></li><li id="type-mapper.class_declaration" class="def record field anchored"><a href="#type-mapper.class_declaration" class="anchor"></a><code><span>class_declaration : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Typedtree/index.html#type-class_declaration">Typedtree.class_declaration</a> <span class="arrow">-></span></span>
|
||
<a href="../Parsetree/index.html#type-class_declaration">Parsetree.class_declaration</a>;</span></code></li><li id="type-mapper.class_description" class="def record field anchored"><a href="#type-mapper.class_description" class="anchor"></a><code><span>class_description : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Typedtree/index.html#type-class_description">Typedtree.class_description</a> <span class="arrow">-></span></span>
|
||
<a href="../Parsetree/index.html#type-class_description">Parsetree.class_description</a>;</span></code></li><li id="type-mapper.class_expr" class="def record field anchored"><a href="#type-mapper.class_expr" class="anchor"></a><code><span>class_expr : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span> <span><a href="../Typedtree/index.html#type-class_expr">Typedtree.class_expr</a> <span class="arrow">-></span></span> <a href="../Parsetree/index.html#type-class_expr">Parsetree.class_expr</a>;</span></code></li><li id="type-mapper.class_field" class="def record field anchored"><a href="#type-mapper.class_field" class="anchor"></a><code><span>class_field : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span> <span><a href="../Typedtree/index.html#type-class_field">Typedtree.class_field</a> <span class="arrow">-></span></span> <a href="../Parsetree/index.html#type-class_field">Parsetree.class_field</a>;</span></code></li><li id="type-mapper.class_signature" class="def record field anchored"><a href="#type-mapper.class_signature" class="anchor"></a><code><span>class_signature : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Typedtree/index.html#type-class_signature">Typedtree.class_signature</a> <span class="arrow">-></span></span>
|
||
<a href="../Parsetree/index.html#type-class_signature">Parsetree.class_signature</a>;</span></code></li><li id="type-mapper.class_structure" class="def record field anchored"><a href="#type-mapper.class_structure" class="anchor"></a><code><span>class_structure : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Typedtree/index.html#type-class_structure">Typedtree.class_structure</a> <span class="arrow">-></span></span>
|
||
<a href="../Parsetree/index.html#type-class_structure">Parsetree.class_structure</a>;</span></code></li><li id="type-mapper.class_type" class="def record field anchored"><a href="#type-mapper.class_type" class="anchor"></a><code><span>class_type : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span> <span><a href="../Typedtree/index.html#type-class_type">Typedtree.class_type</a> <span class="arrow">-></span></span> <a href="../Parsetree/index.html#type-class_type">Parsetree.class_type</a>;</span></code></li><li id="type-mapper.class_type_declaration" class="def record field anchored"><a href="#type-mapper.class_type_declaration" class="anchor"></a><code><span>class_type_declaration : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Typedtree/index.html#type-class_type_declaration">Typedtree.class_type_declaration</a> <span class="arrow">-></span></span>
|
||
<a href="../Parsetree/index.html#type-class_type_declaration">Parsetree.class_type_declaration</a>;</span></code></li><li id="type-mapper.class_type_field" class="def record field anchored"><a href="#type-mapper.class_type_field" class="anchor"></a><code><span>class_type_field : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Typedtree/index.html#type-class_type_field">Typedtree.class_type_field</a> <span class="arrow">-></span></span>
|
||
<a href="../Parsetree/index.html#type-class_type_field">Parsetree.class_type_field</a>;</span></code></li><li id="type-mapper.constructor_declaration" class="def record field anchored"><a href="#type-mapper.constructor_declaration" class="anchor"></a><code><span>constructor_declaration : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Typedtree/index.html#type-constructor_declaration">Typedtree.constructor_declaration</a> <span class="arrow">-></span></span>
|
||
<a href="../Parsetree/index.html#type-constructor_declaration">Parsetree.constructor_declaration</a>;</span></code></li><li id="type-mapper.expr" class="def record field anchored"><a href="#type-mapper.expr" class="anchor"></a><code><span>expr : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span> <span><a href="../Typedtree/index.html#type-expression">Typedtree.expression</a> <span class="arrow">-></span></span> <a href="../Parsetree/index.html#type-expression">Parsetree.expression</a>;</span></code></li><li id="type-mapper.extension_constructor" class="def record field anchored"><a href="#type-mapper.extension_constructor" class="anchor"></a><code><span>extension_constructor : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Typedtree/index.html#type-extension_constructor">Typedtree.extension_constructor</a> <span class="arrow">-></span></span>
|
||
<a href="../Parsetree/index.html#type-extension_constructor">Parsetree.extension_constructor</a>;</span></code></li><li id="type-mapper.include_declaration" class="def record field anchored"><a href="#type-mapper.include_declaration" class="anchor"></a><code><span>include_declaration : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Typedtree/index.html#type-include_declaration">Typedtree.include_declaration</a> <span class="arrow">-></span></span>
|
||
<a href="../Parsetree/index.html#type-include_declaration">Parsetree.include_declaration</a>;</span></code></li><li id="type-mapper.include_description" class="def record field anchored"><a href="#type-mapper.include_description" class="anchor"></a><code><span>include_description : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Typedtree/index.html#type-include_description">Typedtree.include_description</a> <span class="arrow">-></span></span>
|
||
<a href="../Parsetree/index.html#type-include_description">Parsetree.include_description</a>;</span></code></li><li id="type-mapper.label_declaration" class="def record field anchored"><a href="#type-mapper.label_declaration" class="anchor"></a><code><span>label_declaration : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Typedtree/index.html#type-label_declaration">Typedtree.label_declaration</a> <span class="arrow">-></span></span>
|
||
<a href="../Parsetree/index.html#type-label_declaration">Parsetree.label_declaration</a>;</span></code></li><li id="type-mapper.location" class="def record field anchored"><a href="#type-mapper.location" class="anchor"></a><code><span>location : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span> <span><a href="../Location/index.html#type-t">Location.t</a> <span class="arrow">-></span></span> <a href="../Location/index.html#type-t">Location.t</a>;</span></code></li><li id="type-mapper.module_binding" class="def record field anchored"><a href="#type-mapper.module_binding" class="anchor"></a><code><span>module_binding : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Typedtree/index.html#type-module_binding">Typedtree.module_binding</a> <span class="arrow">-></span></span>
|
||
<a href="../Parsetree/index.html#type-module_binding">Parsetree.module_binding</a>;</span></code></li><li id="type-mapper.module_declaration" class="def record field anchored"><a href="#type-mapper.module_declaration" class="anchor"></a><code><span>module_declaration : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Typedtree/index.html#type-module_declaration">Typedtree.module_declaration</a> <span class="arrow">-></span></span>
|
||
<a href="../Parsetree/index.html#type-module_declaration">Parsetree.module_declaration</a>;</span></code></li><li id="type-mapper.module_substitution" class="def record field anchored"><a href="#type-mapper.module_substitution" class="anchor"></a><code><span>module_substitution : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Typedtree/index.html#type-module_substitution">Typedtree.module_substitution</a> <span class="arrow">-></span></span>
|
||
<a href="../Parsetree/index.html#type-module_substitution">Parsetree.module_substitution</a>;</span></code></li><li id="type-mapper.module_expr" class="def record field anchored"><a href="#type-mapper.module_expr" class="anchor"></a><code><span>module_expr : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span> <span><a href="../Typedtree/index.html#type-module_expr">Typedtree.module_expr</a> <span class="arrow">-></span></span> <a href="../Parsetree/index.html#type-module_expr">Parsetree.module_expr</a>;</span></code></li><li id="type-mapper.module_type" class="def record field anchored"><a href="#type-mapper.module_type" class="anchor"></a><code><span>module_type : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span> <span><a href="../Typedtree/index.html#type-module_type">Typedtree.module_type</a> <span class="arrow">-></span></span> <a href="../Parsetree/index.html#type-module_type">Parsetree.module_type</a>;</span></code></li><li id="type-mapper.module_type_declaration" class="def record field anchored"><a href="#type-mapper.module_type_declaration" class="anchor"></a><code><span>module_type_declaration : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Typedtree/index.html#type-module_type_declaration">Typedtree.module_type_declaration</a> <span class="arrow">-></span></span>
|
||
<a href="../Parsetree/index.html#type-module_type_declaration">Parsetree.module_type_declaration</a>;</span></code></li><li id="type-mapper.package_type" class="def record field anchored"><a href="#type-mapper.package_type" class="anchor"></a><code><span>package_type : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span> <span><a href="../Typedtree/index.html#type-package_type">Typedtree.package_type</a> <span class="arrow">-></span></span> <a href="../Parsetree/index.html#type-package_type">Parsetree.package_type</a>;</span></code></li><li id="type-mapper.open_declaration" class="def record field anchored"><a href="#type-mapper.open_declaration" class="anchor"></a><code><span>open_declaration : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Typedtree/index.html#type-open_declaration">Typedtree.open_declaration</a> <span class="arrow">-></span></span>
|
||
<a href="../Parsetree/index.html#type-open_declaration">Parsetree.open_declaration</a>;</span></code></li><li id="type-mapper.open_description" class="def record field anchored"><a href="#type-mapper.open_description" class="anchor"></a><code><span>open_description : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Typedtree/index.html#type-open_description">Typedtree.open_description</a> <span class="arrow">-></span></span>
|
||
<a href="../Parsetree/index.html#type-open_description">Parsetree.open_description</a>;</span></code></li><li id="type-mapper.pat" class="def record field anchored"><a href="#type-mapper.pat" class="anchor"></a><code><span>pat : 'k. <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span> <span><span><span class="type-var">'k</span> <a href="../Typedtree/index.html#type-general_pattern">Typedtree.general_pattern</a></span> <span class="arrow">-></span></span> <a href="../Parsetree/index.html#type-pattern">Parsetree.pattern</a>;</span></code></li><li id="type-mapper.row_field" class="def record field anchored"><a href="#type-mapper.row_field" class="anchor"></a><code><span>row_field : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span> <span><a href="../Typedtree/index.html#type-row_field">Typedtree.row_field</a> <span class="arrow">-></span></span> <a href="../Parsetree/index.html#type-row_field">Parsetree.row_field</a>;</span></code></li><li id="type-mapper.object_field" class="def record field anchored"><a href="#type-mapper.object_field" class="anchor"></a><code><span>object_field : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span> <span><a href="../Typedtree/index.html#type-object_field">Typedtree.object_field</a> <span class="arrow">-></span></span> <a href="../Parsetree/index.html#type-object_field">Parsetree.object_field</a>;</span></code></li><li id="type-mapper.signature" class="def record field anchored"><a href="#type-mapper.signature" class="anchor"></a><code><span>signature : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span> <span><a href="../Typedtree/index.html#type-signature">Typedtree.signature</a> <span class="arrow">-></span></span> <a href="../Parsetree/index.html#type-signature">Parsetree.signature</a>;</span></code></li><li id="type-mapper.signature_item" class="def record field anchored"><a href="#type-mapper.signature_item" class="anchor"></a><code><span>signature_item : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Typedtree/index.html#type-signature_item">Typedtree.signature_item</a> <span class="arrow">-></span></span>
|
||
<a href="../Parsetree/index.html#type-signature_item">Parsetree.signature_item</a>;</span></code></li><li id="type-mapper.structure" class="def record field anchored"><a href="#type-mapper.structure" class="anchor"></a><code><span>structure : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span> <span><a href="../Typedtree/index.html#type-structure">Typedtree.structure</a> <span class="arrow">-></span></span> <a href="../Parsetree/index.html#type-structure">Parsetree.structure</a>;</span></code></li><li id="type-mapper.structure_item" class="def record field anchored"><a href="#type-mapper.structure_item" class="anchor"></a><code><span>structure_item : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Typedtree/index.html#type-structure_item">Typedtree.structure_item</a> <span class="arrow">-></span></span>
|
||
<a href="../Parsetree/index.html#type-structure_item">Parsetree.structure_item</a>;</span></code></li><li id="type-mapper.typ" class="def record field anchored"><a href="#type-mapper.typ" class="anchor"></a><code><span>typ : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span> <span><a href="../Typedtree/index.html#type-core_type">Typedtree.core_type</a> <span class="arrow">-></span></span> <a href="../Parsetree/index.html#type-core_type">Parsetree.core_type</a>;</span></code></li><li id="type-mapper.type_declaration" class="def record field anchored"><a href="#type-mapper.type_declaration" class="anchor"></a><code><span>type_declaration : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Typedtree/index.html#type-type_declaration">Typedtree.type_declaration</a> <span class="arrow">-></span></span>
|
||
<a href="../Parsetree/index.html#type-type_declaration">Parsetree.type_declaration</a>;</span></code></li><li id="type-mapper.type_extension" class="def record field anchored"><a href="#type-mapper.type_extension" class="anchor"></a><code><span>type_extension : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Typedtree/index.html#type-type_extension">Typedtree.type_extension</a> <span class="arrow">-></span></span>
|
||
<a href="../Parsetree/index.html#type-type_extension">Parsetree.type_extension</a>;</span></code></li><li id="type-mapper.type_exception" class="def record field anchored"><a href="#type-mapper.type_exception" class="anchor"></a><code><span>type_exception : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Typedtree/index.html#type-type_exception">Typedtree.type_exception</a> <span class="arrow">-></span></span>
|
||
<a href="../Parsetree/index.html#type-type_exception">Parsetree.type_exception</a>;</span></code></li><li id="type-mapper.type_kind" class="def record field anchored"><a href="#type-mapper.type_kind" class="anchor"></a><code><span>type_kind : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span> <span><a href="../Typedtree/index.html#type-type_kind">Typedtree.type_kind</a> <span class="arrow">-></span></span> <a href="../Parsetree/index.html#type-type_kind">Parsetree.type_kind</a>;</span></code></li><li id="type-mapper.value_binding" class="def record field anchored"><a href="#type-mapper.value_binding" class="anchor"></a><code><span>value_binding : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span> <span><a href="../Typedtree/index.html#type-value_binding">Typedtree.value_binding</a> <span class="arrow">-></span></span> <a href="../Parsetree/index.html#type-value_binding">Parsetree.value_binding</a>;</span></code></li><li id="type-mapper.value_description" class="def record field anchored"><a href="#type-mapper.value_description" class="anchor"></a><code><span>value_description : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Typedtree/index.html#type-value_description">Typedtree.value_description</a> <span class="arrow">-></span></span>
|
||
<a href="../Parsetree/index.html#type-value_description">Parsetree.value_description</a>;</span></code></li><li id="type-mapper.with_constraint" class="def record field anchored"><a href="#type-mapper.with_constraint" class="anchor"></a><code><span>with_constraint : <span><a href="#type-mapper">mapper</a> <span class="arrow">-></span></span>
|
||
<span><span>(<a href="../Path/index.html#type-t">Path.t</a> * <span><a href="../Longident/index.html#type-t">Longident.t</a> <a href="../Location/index.html#type-loc">Location.loc</a></span> * <a href="../Typedtree/index.html#type-with_constraint">Typedtree.with_constraint</a>)</span> <span class="arrow">-></span></span>
|
||
<a href="../Parsetree/index.html#type-with_constraint">Parsetree.with_constraint</a>;</span></code></li></ol><code><span>}</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-default_mapper"><a href="#val-default_mapper" class="anchor"></a><code><span><span class="keyword">val</span> default_mapper : <a href="#type-mapper">mapper</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-untype_structure"><a href="#val-untype_structure" class="anchor"></a><code><span><span class="keyword">val</span> untype_structure :
|
||
<span><span class="optlabel">?mapper</span>:<a href="#type-mapper">mapper</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Typedtree/index.html#type-structure">Typedtree.structure</a> <span class="arrow">-></span></span>
|
||
<a href="../Parsetree/index.html#type-structure">Parsetree.structure</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-untype_signature"><a href="#val-untype_signature" class="anchor"></a><code><span><span class="keyword">val</span> untype_signature :
|
||
<span><span class="optlabel">?mapper</span>:<a href="#type-mapper">mapper</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Typedtree/index.html#type-signature">Typedtree.signature</a> <span class="arrow">-></span></span>
|
||
<a href="../Parsetree/index.html#type-signature">Parsetree.signature</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-untype_expression"><a href="#val-untype_expression" class="anchor"></a><code><span><span class="keyword">val</span> untype_expression :
|
||
<span><span class="optlabel">?mapper</span>:<a href="#type-mapper">mapper</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Typedtree/index.html#type-expression">Typedtree.expression</a> <span class="arrow">-></span></span>
|
||
<a href="../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-untype_pattern"><a href="#val-untype_pattern" class="anchor"></a><code><span><span class="keyword">val</span> untype_pattern :
|
||
<span><span class="optlabel">?mapper</span>:<a href="#type-mapper">mapper</a> <span class="arrow">-></span></span>
|
||
<span><span><span class="type-var">_</span> <a href="../Typedtree/index.html#type-general_pattern">Typedtree.general_pattern</a></span> <span class="arrow">-></span></span>
|
||
<a href="../Parsetree/index.html#type-pattern">Parsetree.pattern</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-constant"><a href="#val-constant" class="anchor"></a><code><span><span class="keyword">val</span> constant : <span><a href="../Asttypes/index.html#type-constant">Asttypes.constant</a> <span class="arrow">-></span></span> <a href="../Parsetree/index.html#type-constant">Parsetree.constant</a></span></code></div></div></div></body></html>
|