ocaml-trace/ppxlib/Astlib/Clean/index.html
2025-12-12 13:56:43 +00:00

6 lines
2.2 KiB
HTML
Raw Permalink 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>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> &#x00BB; <a href="../../index.html">ppxlib</a> &#x00BB; <a href="../index.html">Astlib</a> &#x00BB; 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">&#45;&gt;</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">&#45;&gt;</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>