moonpool/dev/ocaml/Import_approx/index.html
2023-08-28 17:11:38 +00:00

2 lines
No EOL
2.6 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>Import_approx (ocaml.Import_approx)</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; Import_approx</nav><header class="odoc-preamble"><h1>Module <code><span>Import_approx</span></code></h1><p>Create simple value approximations from the export information in .cmx files.</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-really_import"><a href="#val-really_import" class="anchor"></a><code><span><span class="keyword">val</span> really_import : <span><a href="../Simple_value_approx/index.html#type-descr">Simple_value_approx.descr</a> <span class="arrow">&#45;&gt;</span></span> <a href="../Simple_value_approx/index.html#type-descr">Simple_value_approx.descr</a></span></code></div><div class="spec-doc"><p>Given an approximation description, load .cmx files (possibly more than one) until the description is fully resolved. If a necessary .cmx file cannot be found, &quot;unresolved&quot; will be returned.</p></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-really_import_approx"><a href="#val-really_import_approx" class="anchor"></a><code><span><span class="keyword">val</span> really_import_approx : <span><a href="../Simple_value_approx/index.html#type-t">Simple_value_approx.t</a> <span class="arrow">&#45;&gt;</span></span> <a href="../Simple_value_approx/index.html#type-t">Simple_value_approx.t</a></span></code></div><div class="spec-doc"><p>Maps the description of the given approximation through <code>really_import</code>.</p></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-import_symbol"><a href="#val-import_symbol" class="anchor"></a><code><span><span class="keyword">val</span> import_symbol : <span><a href="../Symbol/index.html#type-t">Symbol.t</a> <span class="arrow">&#45;&gt;</span></span> <a href="../Simple_value_approx/index.html#type-t">Simple_value_approx.t</a></span></code></div><div class="spec-doc"><p>Read and convert the approximation of a given symbol from the relevant .cmx file. Unlike the &quot;really_&quot; functions, this does not continue to load .cmx files until the approximation is fully resolved.</p></div></div></div></body></html>