ocaml-trace/ppxlib/Ppxlib/Driver/Instrument/V2/index.html
2024-03-08 16:51:12 +00:00

7 lines
No EOL
1.8 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>V2 (ppxlib.Ppxlib.Driver.Instrument.V2)</title><link rel="stylesheet" href="../../../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.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">ppxlib</a> &#x00BB; <a href="../../../index.html">Ppxlib</a> &#x00BB; <a href="../../index.html">Driver</a> &#x00BB; <a href="../index.html">Instrument</a> &#x00BB; V2</nav><header class="odoc-preamble"><h1>Module <code><span>Instrument.V2</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-make"><a href="#val-make" class="anchor"></a><code><span><span class="keyword">val</span> make :
<span><span>(<span><a href="../../../Expansion_context/Base/index.html#type-t">Expansion_context.Base.t</a> <span class="arrow">&#45;&gt;</span></span>
<span><a href="../../../../Astlib/Ast_500/Parsetree/index.html#type-structure">Ppxlib_ast.Parsetree.structure</a> <span class="arrow">&#45;&gt;</span></span>
<a href="../../../../Astlib/Ast_500/Parsetree/index.html#type-structure">Ppxlib_ast.Parsetree.structure</a>)</span> <span class="arrow">&#45;&gt;</span></span>
<span>position:<a href="../index.html#type-pos">pos</a> <span class="arrow">&#45;&gt;</span></span>
<a href="../index.html#type-t">t</a></span></code></div><div class="spec-doc"><p>Same as <code>Instrument.make</code>, but the transformation that will be applied to the AST has access to an expansion context. To be used together with <code>Driver.V2</code>.</p></div></div></div></body></html>