mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-16 15:56:21 -05:00
2 lines
No EOL
2.6 KiB
HTML
2 lines
No EOL
2.6 KiB
HTML
<!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> » 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">-></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, "unresolved" 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">-></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">-></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 "really_" functions, this does not continue to load .cmx files until the approximation is fully resolved.</p></div></div></div></body></html> |