mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-09 12:23:32 -04:00
24 lines
11 KiB
HTML
24 lines
11 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Convert (ppxlib.Ppxlib_ast.Convert)</title><meta charset="utf-8"/><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta name="generator" content="odoc 3.1.0"/><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">Index</a> » <a href="../../index.html">ppxlib</a> » <a href="../index.html">Ppxlib_ast</a> » Convert</nav><header class="odoc-preamble"><h1>Module <code><span>Ppxlib_ast.Convert</span></code></h1></header><div class="odoc-tocs"><nav class="odoc-toc odoc-local-toc"><ul><li><a href="#parameters">Parameters</a></li><li><a href="#signature">Signature</a></li></ul></nav></div><div class="odoc-content"><h2 id="parameters"><a href="#parameters" class="anchor"></a>Parameters</h2><div class="odoc-spec"><div class="spec parameter anchored" id="argument-1-A"><a href="#argument-1-A" class="anchor"></a><code><span><span class="keyword">module</span> </span><span><a href="argument-1-A/index.html">A</a></span><span> : <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div><div class="odoc-spec"><div class="spec parameter anchored" id="argument-2-B"><a href="#argument-2-B" class="anchor"></a><code><span><span class="keyword">module</span> </span><span><a href="argument-2-B/index.html">B</a></span><span> : <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div><h2 id="signature"><a href="#signature" class="anchor"></a>Signature</h2><div class="odoc-spec"><div class="spec value anchored" id="val-copy_structure"><a href="#val-copy_structure" class="anchor"></a><code><span><span class="keyword">val</span> copy_structure : <span><a href="argument-1-A/Ast/Parsetree/index.html#type-structure">A.Ast.Parsetree.structure</a> <span class="arrow">-></span></span> <a href="argument-2-B/Ast/Parsetree/index.html#type-structure">B.Ast.Parsetree.structure</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-copy_signature"><a href="#val-copy_signature" class="anchor"></a><code><span><span class="keyword">val</span> copy_signature : <span><a href="argument-1-A/Ast/Parsetree/index.html#type-signature">A.Ast.Parsetree.signature</a> <span class="arrow">-></span></span> <a href="argument-2-B/Ast/Parsetree/index.html#type-signature">B.Ast.Parsetree.signature</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-copy_toplevel_phrase"><a href="#val-copy_toplevel_phrase" class="anchor"></a><code><span><span class="keyword">val</span> copy_toplevel_phrase :
|
||
<span><a href="argument-1-A/Ast/Parsetree/index.html#type-toplevel_phrase">A.Ast.Parsetree.toplevel_phrase</a> <span class="arrow">-></span></span>
|
||
<a href="argument-2-B/Ast/Parsetree/index.html#type-toplevel_phrase">B.Ast.Parsetree.toplevel_phrase</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-copy_core_type"><a href="#val-copy_core_type" class="anchor"></a><code><span><span class="keyword">val</span> copy_core_type : <span><a href="argument-1-A/Ast/Parsetree/index.html#type-core_type">A.Ast.Parsetree.core_type</a> <span class="arrow">-></span></span> <a href="argument-2-B/Ast/Parsetree/index.html#type-core_type">B.Ast.Parsetree.core_type</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-copy_expression"><a href="#val-copy_expression" class="anchor"></a><code><span><span class="keyword">val</span> copy_expression : <span><a href="argument-1-A/Ast/Parsetree/index.html#type-expression">A.Ast.Parsetree.expression</a> <span class="arrow">-></span></span> <a href="argument-2-B/Ast/Parsetree/index.html#type-expression">B.Ast.Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-copy_pattern"><a href="#val-copy_pattern" class="anchor"></a><code><span><span class="keyword">val</span> copy_pattern : <span><a href="argument-1-A/Ast/Parsetree/index.html#type-pattern">A.Ast.Parsetree.pattern</a> <span class="arrow">-></span></span> <a href="argument-2-B/Ast/Parsetree/index.html#type-pattern">B.Ast.Parsetree.pattern</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-copy_case"><a href="#val-copy_case" class="anchor"></a><code><span><span class="keyword">val</span> copy_case : <span><a href="argument-1-A/Ast/Parsetree/index.html#type-case">A.Ast.Parsetree.case</a> <span class="arrow">-></span></span> <a href="argument-2-B/Ast/Parsetree/index.html#type-case">B.Ast.Parsetree.case</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-copy_type_declaration"><a href="#val-copy_type_declaration" class="anchor"></a><code><span><span class="keyword">val</span> copy_type_declaration :
|
||
<span><a href="argument-1-A/Ast/Parsetree/index.html#type-type_declaration">A.Ast.Parsetree.type_declaration</a> <span class="arrow">-></span></span>
|
||
<a href="argument-2-B/Ast/Parsetree/index.html#type-type_declaration">B.Ast.Parsetree.type_declaration</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-copy_type_extension"><a href="#val-copy_type_extension" class="anchor"></a><code><span><span class="keyword">val</span> copy_type_extension :
|
||
<span><a href="argument-1-A/Ast/Parsetree/index.html#type-type_extension">A.Ast.Parsetree.type_extension</a> <span class="arrow">-></span></span>
|
||
<a href="argument-2-B/Ast/Parsetree/index.html#type-type_extension">B.Ast.Parsetree.type_extension</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-copy_extension_constructor"><a href="#val-copy_extension_constructor" class="anchor"></a><code><span><span class="keyword">val</span> copy_extension_constructor :
|
||
<span><a href="argument-1-A/Ast/Parsetree/index.html#type-extension_constructor">A.Ast.Parsetree.extension_constructor</a> <span class="arrow">-></span></span>
|
||
<a href="argument-2-B/Ast/Parsetree/index.html#type-extension_constructor">B.Ast.Parsetree.extension_constructor</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-copy_class_expr"><a href="#val-copy_class_expr" class="anchor"></a><code><span><span class="keyword">val</span> copy_class_expr : <span><a href="argument-1-A/Ast/Parsetree/index.html#type-class_expr">A.Ast.Parsetree.class_expr</a> <span class="arrow">-></span></span> <a href="argument-2-B/Ast/Parsetree/index.html#type-class_expr">B.Ast.Parsetree.class_expr</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-copy_class_field"><a href="#val-copy_class_field" class="anchor"></a><code><span><span class="keyword">val</span> copy_class_field :
|
||
<span><a href="argument-1-A/Ast/Parsetree/index.html#type-class_field">A.Ast.Parsetree.class_field</a> <span class="arrow">-></span></span>
|
||
<a href="argument-2-B/Ast/Parsetree/index.html#type-class_field">B.Ast.Parsetree.class_field</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-copy_class_type"><a href="#val-copy_class_type" class="anchor"></a><code><span><span class="keyword">val</span> copy_class_type : <span><a href="argument-1-A/Ast/Parsetree/index.html#type-class_type">A.Ast.Parsetree.class_type</a> <span class="arrow">-></span></span> <a href="argument-2-B/Ast/Parsetree/index.html#type-class_type">B.Ast.Parsetree.class_type</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-copy_class_signature"><a href="#val-copy_class_signature" class="anchor"></a><code><span><span class="keyword">val</span> copy_class_signature :
|
||
<span><a href="argument-1-A/Ast/Parsetree/index.html#type-class_signature">A.Ast.Parsetree.class_signature</a> <span class="arrow">-></span></span>
|
||
<a href="argument-2-B/Ast/Parsetree/index.html#type-class_signature">B.Ast.Parsetree.class_signature</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-copy_class_type_field"><a href="#val-copy_class_type_field" class="anchor"></a><code><span><span class="keyword">val</span> copy_class_type_field :
|
||
<span><a href="argument-1-A/Ast/Parsetree/index.html#type-class_type_field">A.Ast.Parsetree.class_type_field</a> <span class="arrow">-></span></span>
|
||
<a href="argument-2-B/Ast/Parsetree/index.html#type-class_type_field">B.Ast.Parsetree.class_type_field</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-copy_module_expr"><a href="#val-copy_module_expr" class="anchor"></a><code><span><span class="keyword">val</span> copy_module_expr :
|
||
<span><a href="argument-1-A/Ast/Parsetree/index.html#type-module_expr">A.Ast.Parsetree.module_expr</a> <span class="arrow">-></span></span>
|
||
<a href="argument-2-B/Ast/Parsetree/index.html#type-module_expr">B.Ast.Parsetree.module_expr</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-copy_module_type"><a href="#val-copy_module_type" class="anchor"></a><code><span><span class="keyword">val</span> copy_module_type :
|
||
<span><a href="argument-1-A/Ast/Parsetree/index.html#type-module_type">A.Ast.Parsetree.module_type</a> <span class="arrow">-></span></span>
|
||
<a href="argument-2-B/Ast/Parsetree/index.html#type-module_type">B.Ast.Parsetree.module_type</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-copy_signature_item"><a href="#val-copy_signature_item" class="anchor"></a><code><span><span class="keyword">val</span> copy_signature_item :
|
||
<span><a href="argument-1-A/Ast/Parsetree/index.html#type-signature_item">A.Ast.Parsetree.signature_item</a> <span class="arrow">-></span></span>
|
||
<a href="argument-2-B/Ast/Parsetree/index.html#type-signature_item">B.Ast.Parsetree.signature_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-copy_structure_item"><a href="#val-copy_structure_item" class="anchor"></a><code><span><span class="keyword">val</span> copy_structure_item :
|
||
<span><a href="argument-1-A/Ast/Parsetree/index.html#type-structure_item">A.Ast.Parsetree.structure_item</a> <span class="arrow">-></span></span>
|
||
<a href="argument-2-B/Ast/Parsetree/index.html#type-structure_item">B.Ast.Parsetree.structure_item</a></span></code></div></div></div></body></html>
|