mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-09 12:23:32 -04:00
6 lines
2.2 KiB
HTML
6 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Clean (ppxlib.Astlib.Clean)</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">Astlib</a> » Clean</nav><header class="odoc-preamble"><h1>Module <code><span>Astlib.Clean</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-remove_migration_attributes_from_str"><a href="#val-remove_migration_attributes_from_str" class="anchor"></a><code><span><span class="keyword">val</span> remove_migration_attributes_from_str :
|
||
<span><a href="../../../ocaml/Parsetree/index.html#type-structure">Parsetree.structure</a> <span class="arrow">-></span></span>
|
||
<a href="../../../ocaml/Parsetree/index.html#type-structure">Parsetree.structure</a></span></code></div><div class="spec-doc"><p><code>remove_migration_attributes_from_str str</code> removes any left-over metadata that be in the parsetree after a migration. Most users will not have to worry about applying this function.</p></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-remove_migration_attributes_from_sig"><a href="#val-remove_migration_attributes_from_sig" class="anchor"></a><code><span><span class="keyword">val</span> remove_migration_attributes_from_sig :
|
||
<span><a href="../../../ocaml/Parsetree/index.html#type-signature">Parsetree.signature</a> <span class="arrow">-></span></span>
|
||
<a href="../../../ocaml/Parsetree/index.html#type-signature">Parsetree.signature</a></span></code></div><div class="spec-doc"><p>The same as <a href="#val-remove_migration_attributes_from_str"><code>remove_migration_attributes_from_str</code></a> except for <a href="../../../ocaml/Parsetree/index.html#type-signature"><code>Parsetree.signature</code></a>.</p></div></div></div></body></html>
|