moonpool/dev/ocaml/Export_info_for_pack/index.html

6 lines
No EOL
2.1 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>Export_info_for_pack (ocaml.Export_info_for_pack)</title><link rel="stylesheet" href="../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.1"/><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> &#x00BB; Export_info_for_pack</nav><header class="odoc-preamble"><h1>Module <code><span>Export_info_for_pack</span></code></h1><p>Transformations on export information that are only used for the building of packs.</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-import_for_pack"><a href="#val-import_for_pack" class="anchor"></a><code><span><span class="keyword">val</span> import_for_pack :
<span>pack_units:<a href="../Compilation_unit/Set/index.html#type-t">Compilation_unit.Set.t</a> <span class="arrow">&#45;&gt;</span></span>
<span>pack:<a href="../Compilation_unit/index.html#type-t">Compilation_unit.t</a> <span class="arrow">&#45;&gt;</span></span>
<span><a href="../Export_info/index.html#type-t">Export_info.t</a> <span class="arrow">&#45;&gt;</span></span>
<a href="../Export_info/index.html#type-t">Export_info.t</a></span></code></div><div class="spec-doc"><p>Transform the information from <code>exported</code> to be suitable to be reexported as the information for a pack named <code>pack</code> containing units <code>pack_units</code>. It mainly changes symbols of units <code>pack_units</code> to refer to <code>pack</code> instead.</p></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-clear_import_state"><a href="#val-clear_import_state" class="anchor"></a><code><span><span class="keyword">val</span> clear_import_state : <span>unit <span class="arrow">&#45;&gt;</span></span> unit</span></code></div><div class="spec-doc"><p>Drops the state after importing several units in the same pack.</p></div></div></div></body></html>