mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-14 06:26:16 -04:00
deploy: 9a77dad2fd
This commit is contained in:
parent
1f25574438
commit
1ce0549af1
1572 changed files with 8657 additions and 8204 deletions
BIN
fonts/fira-mono-v14-latin-500.woff2
Normal file
BIN
fonts/fira-mono-v14-latin-500.woff2
Normal file
Binary file not shown.
BIN
fonts/fira-mono-v14-latin-regular.woff2
Normal file
BIN
fonts/fira-mono-v14-latin-regular.woff2
Normal file
Binary file not shown.
BIN
fonts/fira-sans-v17-latin-500.woff2
Normal file
BIN
fonts/fira-sans-v17-latin-500.woff2
Normal file
Binary file not shown.
BIN
fonts/fira-sans-v17-latin-500italic.woff2
Normal file
BIN
fonts/fira-sans-v17-latin-500italic.woff2
Normal file
Binary file not shown.
BIN
fonts/fira-sans-v17-latin-700.woff2
Normal file
BIN
fonts/fira-sans-v17-latin-700.woff2
Normal file
Binary file not shown.
BIN
fonts/fira-sans-v17-latin-700italic.woff2
Normal file
BIN
fonts/fira-sans-v17-latin-700italic.woff2
Normal file
Binary file not shown.
BIN
fonts/fira-sans-v17-latin-italic.woff2
Normal file
BIN
fonts/fira-sans-v17-latin-italic.woff2
Normal file
Binary file not shown.
BIN
fonts/fira-sans-v17-latin-regular.woff2
Normal file
BIN
fonts/fira-sans-v17-latin-regular.woff2
Normal file
Binary file not shown.
BIN
fonts/noticia-text-v15-latin-700.woff2
Normal file
BIN
fonts/noticia-text-v15-latin-700.woff2
Normal file
Binary file not shown.
BIN
fonts/noticia-text-v15-latin-italic.woff2
Normal file
BIN
fonts/noticia-text-v15-latin-italic.woff2
Normal file
Binary file not shown.
BIN
fonts/noticia-text-v15-latin-regular.woff2
Normal file
BIN
fonts/noticia-text-v15-latin-regular.woff2
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
mtime/Mtime_top/index.html
Normal file
2
mtime/Mtime_top/index.html
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Mtime_top (mtime.Mtime_top)</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">mtime</a> » Mtime_top</nav><header class="odoc-preamble"><h1>Module <code><span>Mtime_top</span></code></h1></header><div class="odoc-content"><p>This module is hidden.</p></div></body></html>
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>index (mtime.index)</title><link rel="stylesheet" href="../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> – mtime</nav><header class="odoc-preamble"><h1 id="package-mtime"><a href="#package-mtime" class="anchor"></a>Package mtime <nav><a type="text/plain; charset=UTF-8" href="_doc-dir/CHANGES.md">changes</a> <a href="#package_info">more…</a></nav></h1><p>Mtime has platform independent support for monotonic wall-clock time. This time increases monotonically and is not subject to operating system calendar time adjustments. The library has types to represent nanosecond precision timestamps and time spans.</p><p><a href="Mtime_clock/index.html"><code>Mtime_clock</code></a> provides acces to <a href="Mtime_clock/index.html#platform_support">a monotonic system clock</a> and its resolution (if available).</p></header><nav class="odoc-toc"><ul><li><a href="#mtime">Library <code>mtime</code></a></li><li><a href="#mtime_clock">Library <code>mtime.clock.os</code></a></li><li><a href="#package_info">Package info</a></li></ul></nav><div class="odoc-content"><h2 id="mtime"><a href="#mtime" class="anchor"></a>Library <code>mtime</code></h2><ul class="modules"><li><a href="Mtime/index.html"><code>Mtime</code></a> <span class="synopsis">Monotonic time values.</span></li></ul><h2 id="mtime_clock"><a href="#mtime_clock" class="anchor"></a>Library <code>mtime.clock.os</code></h2><ul class="modules"><li><a href="Mtime_clock/index.html"><code>Mtime_clock</code></a> <span class="synopsis">Monotonic time clock.</span></li></ul><p>This library also works with JavaScript, see the <a href="Mtime_clock/index.html#platform_support">platform support</a>.</p><h2 id="package_info"><a href="#package_info" class="anchor"></a>Package info</h2><table class="package info"><tr id="info-changes-files"><td><a href="#info-changes-files" aria-hidden="true" class="anchor"></a>changes-files</td><td><ul><li><a type="text/plain; charset=UTF-8" href="_doc-dir/CHANGES.md">CHANGES.md</a></li></ul></td></tr><tr id="info-license-files"><td><a href="#info-license-files" aria-hidden="true" class="anchor"></a>license-files</td><td><ul><li><a type="text/plain; charset=UTF-8" href="_doc-dir/LICENSE.md">LICENSE.md</a></li></ul></td></tr><tr id="info-readme-files"><td><a href="#info-readme-files" aria-hidden="true" class="anchor"></a>readme-files</td><td><ul><li><a type="text/plain; charset=UTF-8" href="_doc-dir/README.md">README.md</a></li></ul></td></tr></table></div></body></html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>index (mtime.index)</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> » mtime</nav><header class="odoc-preamble"><h1 id="package-mtime"><a href="#package-mtime" class="anchor"></a>Package mtime <nav><a type="text/plain; charset=UTF-8" href="_doc-dir/CHANGES.md">changes</a> <a href="#package_info">more…</a></nav></h1><p>Mtime has platform independent support for monotonic wall-clock time. This time increases monotonically and is not subject to operating system calendar time adjustments. The library has types to represent nanosecond precision timestamps and time spans.</p><p><a href="Mtime_clock/index.html"><code>Mtime_clock</code></a> provides acces to <a href="Mtime_clock/index.html#platform_support" title="platform_support">a monotonic system clock</a> and its resolution (if available).</p></header><div class="odoc-tocs"><nav class="odoc-toc odoc-local-toc"><ul><li><a href="#mtime">Library <code>mtime</code></a></li><li><a href="#mtime_clock">Library <code>mtime.clock.os</code></a></li><li><a href="#package_info">Package info</a></li></ul></nav></div><div class="odoc-content"><h2 id="mtime"><a href="#mtime" class="anchor"></a>Library <code>mtime</code></h2><ul class="modules"><li><a href="Mtime/index.html"><code>Mtime</code></a> <span class="synopsis">Monotonic time values.</span></li></ul><h2 id="mtime_clock"><a href="#mtime_clock" class="anchor"></a>Library <code>mtime.clock.os</code></h2><ul class="modules"><li><a href="Mtime_clock/index.html"><code>Mtime_clock</code></a> <span class="synopsis">Monotonic time clock.</span></li></ul><p>This library also works with JavaScript, see the <a href="Mtime_clock/index.html#platform_support" title="platform_support">platform support</a>.</p><h2 id="package_info"><a href="#package_info" class="anchor"></a>Package info</h2><table class="package info"><tr id="info-changes-files"><td><a href="#info-changes-files" aria-hidden="true" class="anchor"></a>changes-files</td><td><ul><li><a type="text/plain; charset=UTF-8" href="_doc-dir/CHANGES.md">CHANGES.md</a></li></ul></td></tr><tr id="info-license-files"><td><a href="#info-license-files" aria-hidden="true" class="anchor"></a>license-files</td><td><ul><li><a type="text/plain; charset=UTF-8" href="_doc-dir/LICENSE.md">LICENSE.md</a></li></ul></td></tr><tr id="info-readme-files"><td><a href="#info-readme-files" aria-hidden="true" class="anchor"></a>readme-files</td><td><ul><li><a type="text/plain; charset=UTF-8" href="_doc-dir/README.md">README.md</a></li></ul></td></tr></table></div></body></html>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Ocaml_bytecomp (ocaml-compiler-libs.Ocaml_bytecomp)</title><link rel="stylesheet" href="../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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-compiler-libs</a> » Ocaml_bytecomp</nav><header class="odoc-preamble"><h1>Module <code><span>Ocaml_bytecomp</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec module anchored" id="module-Bytegen"><a href="#module-Bytegen" class="anchor"></a><code><span><span class="keyword">module</span> Bytegen</span><span> = <span class="xref-unresolved">Bytegen</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Bytelibrarian"><a href="#module-Bytelibrarian" class="anchor"></a><code><span><span class="keyword">module</span> Bytelibrarian</span><span> = <span class="xref-unresolved">Bytelibrarian</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Bytelink"><a href="#module-Bytelink" class="anchor"></a><code><span><span class="keyword">module</span> Bytelink</span><span> = <span class="xref-unresolved">Bytelink</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Bytepackager"><a href="#module-Bytepackager" class="anchor"></a><code><span><span class="keyword">module</span> Bytepackager</span><span> = <span class="xref-unresolved">Bytepackager</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Compile"><a href="#module-Compile" class="anchor"></a><code><span><span class="keyword">module</span> Compile</span><span> = <span class="xref-unresolved">Compile</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Emitcode"><a href="#module-Emitcode" class="anchor"></a><code><span><span class="keyword">module</span> Emitcode</span><span> = <span class="xref-unresolved">Emitcode</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Errors"><a href="#module-Errors" class="anchor"></a><code><span><span class="keyword">module</span> Errors</span><span> = <span class="xref-unresolved">Errors</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Instruct"><a href="#module-Instruct" class="anchor"></a><code><span><span class="keyword">module</span> Instruct</span><span> = <span class="xref-unresolved">Instruct</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Maindriver"><a href="#module-Maindriver" class="anchor"></a><code><span><span class="keyword">module</span> Maindriver</span><span> = <span class="xref-unresolved">Maindriver</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Printinstr"><a href="#module-Printinstr" class="anchor"></a><code><span><span class="keyword">module</span> Printinstr</span><span> = <span class="xref-unresolved">Printinstr</span></span></code></div></div></div></body></html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Ocaml_bytecomp (ocaml-compiler-libs.Ocaml_bytecomp)</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">ocaml-compiler-libs</a> » Ocaml_bytecomp</nav><header class="odoc-preamble"><h1>Module <code><span>Ocaml_bytecomp</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec module anchored" id="module-Bytegen"><a href="#module-Bytegen" class="anchor"></a><code><span><span class="keyword">module</span> Bytegen</span><span> = <span class="xref-unresolved">Bytegen</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Bytelibrarian"><a href="#module-Bytelibrarian" class="anchor"></a><code><span><span class="keyword">module</span> Bytelibrarian</span><span> = <span class="xref-unresolved">Bytelibrarian</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Bytelink"><a href="#module-Bytelink" class="anchor"></a><code><span><span class="keyword">module</span> Bytelink</span><span> = <span class="xref-unresolved">Bytelink</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Bytepackager"><a href="#module-Bytepackager" class="anchor"></a><code><span><span class="keyword">module</span> Bytepackager</span><span> = <span class="xref-unresolved">Bytepackager</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Compile"><a href="#module-Compile" class="anchor"></a><code><span><span class="keyword">module</span> Compile</span><span> = <span class="xref-unresolved">Compile</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Emitcode"><a href="#module-Emitcode" class="anchor"></a><code><span><span class="keyword">module</span> Emitcode</span><span> = <span class="xref-unresolved">Emitcode</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Errors"><a href="#module-Errors" class="anchor"></a><code><span><span class="keyword">module</span> Errors</span><span> = <span class="xref-unresolved">Errors</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Instruct"><a href="#module-Instruct" class="anchor"></a><code><span><span class="keyword">module</span> Instruct</span><span> = <span class="xref-unresolved">Instruct</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Maindriver"><a href="#module-Maindriver" class="anchor"></a><code><span><span class="keyword">module</span> Maindriver</span><span> = <span class="xref-unresolved">Maindriver</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Printinstr"><a href="#module-Printinstr" class="anchor"></a><code><span><span class="keyword">module</span> Printinstr</span><span> = <span class="xref-unresolved">Printinstr</span></span></code></div></div></div></body></html>
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,2 +1,2 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Do_not_use_directly (ocaml-compiler-libs.Ocaml_shadow.Do_not_use_directly)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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-compiler-libs</a> » <a href="../index.html">Ocaml_shadow</a> » Do_not_use_directly</nav><header class="odoc-preamble"><h1>Module <code><span>Ocaml_shadow.Do_not_use_directly</span></code></h1></header><div class="odoc-content"></div></body></html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Do_not_use_directly (ocaml-compiler-libs.Ocaml_shadow.Do_not_use_directly)</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">ocaml-compiler-libs</a> » <a href="../index.html">Ocaml_shadow</a> » Do_not_use_directly</nav><header class="odoc-preamble"><h1>Module <code><span>Ocaml_shadow.Do_not_use_directly</span></code></h1></header><div class="odoc-content"></div></body></html>
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1,2 +1,2 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Ocaml_toplevel (ocaml-compiler-libs.Ocaml_toplevel)</title><link rel="stylesheet" href="../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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-compiler-libs</a> » Ocaml_toplevel</nav><header class="odoc-preamble"><h1>Module <code><span>Ocaml_toplevel</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec module anchored" id="module-Genprintval"><a href="#module-Genprintval" class="anchor"></a><code><span><span class="keyword">module</span> Genprintval</span><span> = <span class="xref-unresolved">Genprintval</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Topcommon"><a href="#module-Topcommon" class="anchor"></a><code><span><span class="keyword">module</span> Topcommon</span><span> = <span class="xref-unresolved">Topcommon</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Topdirs"><a href="#module-Topdirs" class="anchor"></a><code><span><span class="keyword">module</span> Topdirs</span><span> = <span class="xref-unresolved">Topdirs</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Topeval"><a href="#module-Topeval" class="anchor"></a><code><span><span class="keyword">module</span> Topeval</span><span> = <span class="xref-unresolved">Topeval</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Toploop"><a href="#module-Toploop" class="anchor"></a><code><span><span class="keyword">module</span> Toploop</span><span> = <span class="xref-unresolved">Toploop</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Topmain"><a href="#module-Topmain" class="anchor"></a><code><span><span class="keyword">module</span> Topmain</span><span> = <span class="xref-unresolved">Topmain</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Topprinters"><a href="#module-Topprinters" class="anchor"></a><code><span><span class="keyword">module</span> Topprinters</span><span> = <span class="xref-unresolved">Topprinters</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Trace"><a href="#module-Trace" class="anchor"></a><code><span><span class="keyword">module</span> Trace</span><span> = <span class="xref-unresolved">Trace</span></span></code></div></div></div></body></html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Ocaml_toplevel (ocaml-compiler-libs.Ocaml_toplevel)</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">ocaml-compiler-libs</a> » Ocaml_toplevel</nav><header class="odoc-preamble"><h1>Module <code><span>Ocaml_toplevel</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec module anchored" id="module-Genprintval"><a href="#module-Genprintval" class="anchor"></a><code><span><span class="keyword">module</span> Genprintval</span><span> = <span class="xref-unresolved">Genprintval</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Topcommon"><a href="#module-Topcommon" class="anchor"></a><code><span><span class="keyword">module</span> Topcommon</span><span> = <span class="xref-unresolved">Topcommon</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Topdirs"><a href="#module-Topdirs" class="anchor"></a><code><span><span class="keyword">module</span> Topdirs</span><span> = <span class="xref-unresolved">Topdirs</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Topeval"><a href="#module-Topeval" class="anchor"></a><code><span><span class="keyword">module</span> Topeval</span><span> = <span class="xref-unresolved">Topeval</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Toploop"><a href="#module-Toploop" class="anchor"></a><code><span><span class="keyword">module</span> Toploop</span><span> = <span class="xref-unresolved">Toploop</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Topmain"><a href="#module-Topmain" class="anchor"></a><code><span><span class="keyword">module</span> Topmain</span><span> = <span class="xref-unresolved">Topmain</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Topprinters"><a href="#module-Topprinters" class="anchor"></a><code><span><span class="keyword">module</span> Topprinters</span><span> = <span class="xref-unresolved">Topprinters</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Trace"><a href="#module-Trace" class="anchor"></a><code><span><span class="keyword">module</span> Trace</span><span> = <span class="xref-unresolved">Trace</span></span></code></div></div></div></body></html>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>index (ocaml-compiler-libs.index)</title><link rel="stylesheet" href="../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> – ocaml-compiler-libs</nav><header class="odoc-preamble"><h1 id="package-ocaml-compiler-libs"><a href="#package-ocaml-compiler-libs" class="anchor"></a>Package ocaml-compiler-libs <nav><a type="text/plain; charset=UTF-8" href="_doc-dir/CHANGES.md">changes</a> <a href="#package_info">more…</a></nav></h1><ul class="modules"><li><a href="Ocaml_bytecomp/index.html"><code>Ocaml_bytecomp</code></a> </li><li><a href="Ocaml_common/index.html"><code>Ocaml_common</code></a> </li><li><a href="Ocaml_optcomp/index.html"><code>Ocaml_optcomp</code></a> </li><li><a href="Ocaml_shadow/index.html"><code>Ocaml_shadow</code></a> </li><li><a href="Ocaml_toplevel/index.html"><code>Ocaml_toplevel</code></a> </li></ul></header><nav class="odoc-toc"><ul><li><a href="#package_info">Package info</a></li></ul></nav><div class="odoc-content"><h2 id="package_info"><a href="#package_info" class="anchor"></a>Package info</h2><table class="package info"><tr id="info-changes-files"><td><a href="#info-changes-files" aria-hidden="true" class="anchor"></a>changes-files</td><td><ul><li><a type="text/plain; charset=UTF-8" href="_doc-dir/CHANGES.md">CHANGES.md</a></li></ul></td></tr><tr id="info-license-files"><td><a href="#info-license-files" aria-hidden="true" class="anchor"></a>license-files</td><td><ul><li><a type="text/plain; charset=UTF-8" href="_doc-dir/LICENSE.md">LICENSE.md</a></li></ul></td></tr><tr id="info-readme-files"><td><a href="#info-readme-files" aria-hidden="true" class="anchor"></a>readme-files</td><td><ul><li><a type="text/plain; charset=UTF-8" href="_doc-dir/README.org">README.org</a></li></ul></td></tr></table></div></body></html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>index (ocaml-compiler-libs.index)</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> » ocaml-compiler-libs</nav><header class="odoc-preamble"><h1 id="package-ocaml-compiler-libs"><a href="#package-ocaml-compiler-libs" class="anchor"></a>Package ocaml-compiler-libs <nav><a type="text/plain; charset=UTF-8" href="_doc-dir/CHANGES.md">changes</a> <a href="#package_info">more…</a></nav></h1><ul class="modules"><li><a href="Ocaml_bytecomp/index.html"><code>Ocaml_bytecomp</code></a> </li><li><a href="Ocaml_common/index.html"><code>Ocaml_common</code></a> </li><li><a href="Ocaml_optcomp/index.html"><code>Ocaml_optcomp</code></a> </li><li><a href="Ocaml_shadow/index.html"><code>Ocaml_shadow</code></a> </li><li><a href="Ocaml_toplevel/index.html"><code>Ocaml_toplevel</code></a> </li></ul></header><div class="odoc-tocs"><nav class="odoc-toc odoc-local-toc"><ul><li><a href="#package_info">Package info</a></li></ul></nav></div><div class="odoc-content"><h2 id="package_info"><a href="#package_info" class="anchor"></a>Package info</h2><table class="package info"><tr id="info-changes-files"><td><a href="#info-changes-files" aria-hidden="true" class="anchor"></a>changes-files</td><td><ul><li><a type="text/plain; charset=UTF-8" href="_doc-dir/CHANGES.md">CHANGES.md</a></li></ul></td></tr><tr id="info-license-files"><td><a href="#info-license-files" aria-hidden="true" class="anchor"></a>license-files</td><td><ul><li><a type="text/plain; charset=UTF-8" href="_doc-dir/LICENSE.md">LICENSE.md</a></li></ul></td></tr><tr id="info-readme-files"><td><a href="#info-readme-files" aria-hidden="true" class="anchor"></a>readme-files</td><td><ul><li><a type="text/plain; charset=UTF-8" href="_doc-dir/README.org">README.org</a></li></ul></td></tr></table></div></body></html>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Afl_instrument (ocaml.Afl_instrument)</title><link rel="stylesheet" href="../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » Afl_instrument</nav><header class="odoc-preamble"><h1>Module <code><span>Afl_instrument</span></code></h1><p>Instrumentation for afl-fuzz.</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-instrument_function"><a href="#val-instrument_function" class="anchor"></a><code><span><span class="keyword">val</span> instrument_function : <span><a href="../Cmm/index.html#type-expression">Cmm.expression</a> <span class="arrow">-></span></span> <span><a href="../Debuginfo/index.html#type-t">Debuginfo.t</a> <span class="arrow">-></span></span> <a href="../Cmm/index.html#type-expression">Cmm.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-instrument_initialiser"><a href="#val-instrument_initialiser" class="anchor"></a><code><span><span class="keyword">val</span> instrument_initialiser :
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Afl_instrument (ocaml.Afl_instrument)</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">ocaml</a> » Afl_instrument</nav><header class="odoc-preamble"><h1>Module <code><span>Afl_instrument</span></code></h1><p>Instrumentation for afl-fuzz.</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-instrument_function"><a href="#val-instrument_function" class="anchor"></a><code><span><span class="keyword">val</span> instrument_function : <span><a href="../Cmm/index.html#type-expression">Cmm.expression</a> <span class="arrow">-></span></span> <span><a href="../Debuginfo/index.html#type-t">Debuginfo.t</a> <span class="arrow">-></span></span> <a href="../Cmm/index.html#type-expression">Cmm.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-instrument_initialiser"><a href="#val-instrument_initialiser" class="anchor"></a><code><span><span class="keyword">val</span> instrument_initialiser :
|
||||
<span><a href="../Cmm/index.html#type-expression">Cmm.expression</a> <span class="arrow">-></span></span>
|
||||
<span><span>(<span>unit <span class="arrow">-></span></span> <a href="../Debuginfo/index.html#type-t">Debuginfo.t</a>)</span> <span class="arrow">-></span></span>
|
||||
<a href="../Cmm/index.html#type-expression">Cmm.expression</a></span></code></div></div></div></body></html>
|
||||
File diff suppressed because one or more lines are too long
|
|
@ -1,2 +1,2 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Allocated_const (ocaml.Allocated_const)</title><link rel="stylesheet" href="../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » Allocated_const</nav><header class="odoc-preamble"><h1>Module <code><span>Allocated_const</span></code></h1><p>Constants that are always allocated (possibly statically). Blocks are not included here since they are always encoded using <code>Prim (Pmakeblock, ...)</code>.</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-t"><a href="#type-t" class="anchor"></a><code><span><span class="keyword">type</span> t</span><span> = </span></code><ol><li id="type-t.Float" class="def variant constructor anchored"><a href="#type-t.Float" class="anchor"></a><code><span>| </span><span><span class="constructor">Float</span> <span class="keyword">of</span> float</span></code></li><li id="type-t.Int32" class="def variant constructor anchored"><a href="#type-t.Int32" class="anchor"></a><code><span>| </span><span><span class="constructor">Int32</span> <span class="keyword">of</span> int32</span></code></li><li id="type-t.Int64" class="def variant constructor anchored"><a href="#type-t.Int64" class="anchor"></a><code><span>| </span><span><span class="constructor">Int64</span> <span class="keyword">of</span> int64</span></code></li><li id="type-t.Nativeint" class="def variant constructor anchored"><a href="#type-t.Nativeint" class="anchor"></a><code><span>| </span><span><span class="constructor">Nativeint</span> <span class="keyword">of</span> nativeint</span></code></li><li id="type-t.Float_array" class="def variant constructor anchored"><a href="#type-t.Float_array" class="anchor"></a><code><span>| </span><span><span class="constructor">Float_array</span> <span class="keyword">of</span> <span>float list</span></span></code></li><li id="type-t.Immutable_float_array" class="def variant constructor anchored"><a href="#type-t.Immutable_float_array" class="anchor"></a><code><span>| </span><span><span class="constructor">Immutable_float_array</span> <span class="keyword">of</span> <span>float list</span></span></code></li><li id="type-t.String" class="def variant constructor anchored"><a href="#type-t.String" class="anchor"></a><code><span>| </span><span><span class="constructor">String</span> <span class="keyword">of</span> string</span></code></li><li id="type-t.Immutable_string" class="def variant constructor anchored"><a href="#type-t.Immutable_string" class="anchor"></a><code><span>| </span><span><span class="constructor">Immutable_string</span> <span class="keyword">of</span> string</span></code></li></ol></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-compare_floats"><a href="#val-compare_floats" class="anchor"></a><code><span><span class="keyword">val</span> compare_floats : <span>float <span class="arrow">-></span></span> <span>float <span class="arrow">-></span></span> int</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-compare"><a href="#val-compare" class="anchor"></a><code><span><span class="keyword">val</span> compare : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> <span><a href="#type-t">t</a> <span class="arrow">-></span></span> int</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-print"><a href="#val-print" class="anchor"></a><code><span><span class="keyword">val</span> print : <span><a href="../Stdlib/Format/index.html#type-formatter">Stdlib.Format.formatter</a> <span class="arrow">-></span></span> <span><a href="#type-t">t</a> <span class="arrow">-></span></span> unit</span></code></div></div></div></body></html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Allocated_const (ocaml.Allocated_const)</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">ocaml</a> » Allocated_const</nav><header class="odoc-preamble"><h1>Module <code><span>Allocated_const</span></code></h1><p>Constants that are always allocated (possibly statically). Blocks are not included here since they are always encoded using <code>Prim (Pmakeblock, ...)</code>.</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-t"><a href="#type-t" class="anchor"></a><code><span><span class="keyword">type</span> t</span><span> = </span></code><ol><li id="type-t.Float" class="def variant constructor anchored"><a href="#type-t.Float" class="anchor"></a><code><span>| </span><span><span class="constructor">Float</span> <span class="keyword">of</span> float</span></code></li><li id="type-t.Int32" class="def variant constructor anchored"><a href="#type-t.Int32" class="anchor"></a><code><span>| </span><span><span class="constructor">Int32</span> <span class="keyword">of</span> int32</span></code></li><li id="type-t.Int64" class="def variant constructor anchored"><a href="#type-t.Int64" class="anchor"></a><code><span>| </span><span><span class="constructor">Int64</span> <span class="keyword">of</span> int64</span></code></li><li id="type-t.Nativeint" class="def variant constructor anchored"><a href="#type-t.Nativeint" class="anchor"></a><code><span>| </span><span><span class="constructor">Nativeint</span> <span class="keyword">of</span> nativeint</span></code></li><li id="type-t.Float_array" class="def variant constructor anchored"><a href="#type-t.Float_array" class="anchor"></a><code><span>| </span><span><span class="constructor">Float_array</span> <span class="keyword">of</span> <span>float list</span></span></code></li><li id="type-t.Immutable_float_array" class="def variant constructor anchored"><a href="#type-t.Immutable_float_array" class="anchor"></a><code><span>| </span><span><span class="constructor">Immutable_float_array</span> <span class="keyword">of</span> <span>float list</span></span></code></li><li id="type-t.String" class="def variant constructor anchored"><a href="#type-t.String" class="anchor"></a><code><span>| </span><span><span class="constructor">String</span> <span class="keyword">of</span> string</span></code></li><li id="type-t.Immutable_string" class="def variant constructor anchored"><a href="#type-t.Immutable_string" class="anchor"></a><code><span>| </span><span><span class="constructor">Immutable_string</span> <span class="keyword">of</span> string</span></code></li></ol></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-compare_floats"><a href="#val-compare_floats" class="anchor"></a><code><span><span class="keyword">val</span> compare_floats : <span>float <span class="arrow">-></span></span> <span>float <span class="arrow">-></span></span> int</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-compare"><a href="#val-compare" class="anchor"></a><code><span><span class="keyword">val</span> compare : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> <span><a href="#type-t">t</a> <span class="arrow">-></span></span> int</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-print"><a href="#val-print" class="anchor"></a><code><span><span class="keyword">val</span> print : <span><a href="../Stdlib/Format/index.html#type-formatter">Stdlib.Format.formatter</a> <span class="arrow">-></span></span> <span><a href="#type-t">t</a> <span class="arrow">-></span></span> unit</span></code></div></div></div></body></html>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Annot (ocaml.Annot)</title><link rel="stylesheet" href="../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » Annot</nav><header class="odoc-preamble"><h1>Module <code><span>Annot</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-call"><a href="#type-call" class="anchor"></a><code><span><span class="keyword">type</span> call</span><span> = </span></code><ol><li id="type-call.Tail" class="def variant constructor anchored"><a href="#type-call.Tail" class="anchor"></a><code><span>| </span><span><span class="constructor">Tail</span></span></code></li><li id="type-call.Stack" class="def variant constructor anchored"><a href="#type-call.Stack" class="anchor"></a><code><span>| </span><span><span class="constructor">Stack</span></span></code></li><li id="type-call.Inline" class="def variant constructor anchored"><a href="#type-call.Inline" class="anchor"></a><code><span>| </span><span><span class="constructor">Inline</span></span></code></li></ol></div></div><div class="odoc-spec"><div class="spec type anchored" id="type-ident"><a href="#type-ident" class="anchor"></a><code><span><span class="keyword">type</span> ident</span><span> = </span></code><ol><li id="type-ident.Iref_internal" class="def variant constructor anchored"><a href="#type-ident.Iref_internal" class="anchor"></a><code><span>| </span><span><span class="constructor">Iref_internal</span> <span class="keyword">of</span> <a href="../Location/index.html#type-t">Location.t</a></span></code></li><li id="type-ident.Iref_external" class="def variant constructor anchored"><a href="#type-ident.Iref_external" class="anchor"></a><code><span>| </span><span><span class="constructor">Iref_external</span></span></code></li><li id="type-ident.Idef" class="def variant constructor anchored"><a href="#type-ident.Idef" class="anchor"></a><code><span>| </span><span><span class="constructor">Idef</span> <span class="keyword">of</span> <a href="../Location/index.html#type-t">Location.t</a></span></code></li></ol></div></div></div></body></html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Annot (ocaml.Annot)</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">ocaml</a> » Annot</nav><header class="odoc-preamble"><h1>Module <code><span>Annot</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-call"><a href="#type-call" class="anchor"></a><code><span><span class="keyword">type</span> call</span><span> = </span></code><ol><li id="type-call.Tail" class="def variant constructor anchored"><a href="#type-call.Tail" class="anchor"></a><code><span>| </span><span><span class="constructor">Tail</span></span></code></li><li id="type-call.Stack" class="def variant constructor anchored"><a href="#type-call.Stack" class="anchor"></a><code><span>| </span><span><span class="constructor">Stack</span></span></code></li><li id="type-call.Inline" class="def variant constructor anchored"><a href="#type-call.Inline" class="anchor"></a><code><span>| </span><span><span class="constructor">Inline</span></span></code></li></ol></div></div><div class="odoc-spec"><div class="spec type anchored" id="type-ident"><a href="#type-ident" class="anchor"></a><code><span><span class="keyword">type</span> ident</span><span> = </span></code><ol><li id="type-ident.Iref_internal" class="def variant constructor anchored"><a href="#type-ident.Iref_internal" class="anchor"></a><code><span>| </span><span><span class="constructor">Iref_internal</span> <span class="keyword">of</span> <a href="../Location/index.html#type-t">Location.t</a></span></code></li><li id="type-ident.Iref_external" class="def variant constructor anchored"><a href="#type-ident.Iref_external" class="anchor"></a><code><span>| </span><span><span class="constructor">Iref_external</span></span></code></li><li id="type-ident.Idef" class="def variant constructor anchored"><a href="#type-ident.Idef" class="anchor"></a><code><span>| </span><span><span class="constructor">Idef</span> <span class="keyword">of</span> <a href="../Location/index.html#type-t">Location.t</a></span></code></li></ol></div></div></div></body></html>
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,2 +1,2 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Key (ocaml.Arg_helper.Make.S.Key)</title><link rel="stylesheet" href="../../../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../../../index.html">Arg_helper</a> » <a href="../../index.html">Make</a> » <a href="../index.html">S</a> » Key</nav><header class="odoc-preamble"><h1>Module <code><span>S.Key</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-t"><a href="#type-t" class="anchor"></a><code><span><span class="keyword">type</span> t</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-of_string"><a href="#val-of_string" class="anchor"></a><code><span><span class="keyword">val</span> of_string : <span>string <span class="arrow">-></span></span> <a href="#type-t">t</a></span></code></div><div class="spec-doc"><p>The textual representation of a key must not contain '=' or ','.</p></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Map"><a href="#module-Map" class="anchor"></a><code><span><span class="keyword">module</span> <a href="Map/index.html">Map</a></span><span> : <a href="../../../../Stdlib/Map/module-type-S/index.html">Map.S</a> <span class="keyword">with</span> <span><span class="keyword">type</span> <a href="../../../../Stdlib/Map/module-type-S/index.html#type-key">key</a> = <a href="#type-t">t</a></span></span></code></div></div></div></body></html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Key (ocaml.Arg_helper.Make.S.Key)</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">ocaml</a> » <a href="../../../index.html">Arg_helper</a> » <a href="../../index.html">Make</a> » <a href="../index.html">S</a> » Key</nav><header class="odoc-preamble"><h1>Module <code><span>S.Key</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-t"><a href="#type-t" class="anchor"></a><code><span><span class="keyword">type</span> t</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-of_string"><a href="#val-of_string" class="anchor"></a><code><span><span class="keyword">val</span> of_string : <span>string <span class="arrow">-></span></span> <a href="#type-t">t</a></span></code></div><div class="spec-doc"><p>The textual representation of a key must not contain '=' or ','.</p></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Map"><a href="#module-Map" class="anchor"></a><code><span><span class="keyword">module</span> <a href="Map/index.html">Map</a></span><span> : <a href="../../../../Stdlib/Map/module-type-S/index.html">Map.S</a> <span class="keyword">with</span> <span><span class="keyword">type</span> <a href="../../../../Stdlib/Map/module-type-S/index.html#type-key">key</a> = <a href="#type-t">t</a></span></span></code></div></div></div></body></html>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Value (ocaml.Arg_helper.Make.S.Value)</title><link rel="stylesheet" href="../../../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../../../index.html">Arg_helper</a> » <a href="../../index.html">Make</a> » <a href="../index.html">S</a> » Value</nav><header class="odoc-preamble"><h1>Module <code><span>S.Value</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-t"><a href="#type-t" class="anchor"></a><code><span><span class="keyword">type</span> t</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-of_string"><a href="#val-of_string" class="anchor"></a><code><span><span class="keyword">val</span> of_string : <span>string <span class="arrow">-></span></span> <a href="#type-t">t</a></span></code></div><div class="spec-doc"><p>The textual representation of a value must not contain ','.</p></div></div></div></body></html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Value (ocaml.Arg_helper.Make.S.Value)</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">ocaml</a> » <a href="../../../index.html">Arg_helper</a> » <a href="../../index.html">Make</a> » <a href="../index.html">S</a> » Value</nav><header class="odoc-preamble"><h1>Module <code><span>S.Value</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-t"><a href="#type-t" class="anchor"></a><code><span><span class="keyword">type</span> t</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-of_string"><a href="#val-of_string" class="anchor"></a><code><span><span class="keyword">val</span> of_string : <span>string <span class="arrow">-></span></span> <a href="#type-t">t</a></span></code></div><div class="spec-doc"><p>The textual representation of a value must not contain ','.</p></div></div></div></body></html>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>S (ocaml.Arg_helper.Make.S)</title><link rel="stylesheet" href="../../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../../index.html">Arg_helper</a> » <a href="../index.html">Make</a> » S</nav><header class="odoc-preamble"><h1>Parameter <code><span>Make.S</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec module anchored" id="module-Key"><a href="#module-Key" class="anchor"></a><code><span><span class="keyword">module</span> <a href="Key/index.html">Key</a></span><span> : <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Value"><a href="#module-Value" class="anchor"></a><code><span><span class="keyword">module</span> <a href="Value/index.html">Value</a></span><span> : <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div></div></body></html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>S (ocaml.Arg_helper.Make.S)</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">ocaml</a> » <a href="../../index.html">Arg_helper</a> » <a href="../index.html">Make</a> » S</nav><header class="odoc-preamble"><h1>Parameter <code><span>Make.S</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec module anchored" id="module-Key"><a href="#module-Key" class="anchor"></a><code><span><span class="keyword">module</span> <a href="Key/index.html">Key</a></span><span> : <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Value"><a href="#module-Value" class="anchor"></a><code><span><span class="keyword">module</span> <a href="Value/index.html">Value</a></span><span> : <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div></div></body></html>
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1,2 +1,2 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Arg_helper (ocaml.Arg_helper)</title><link rel="stylesheet" href="../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » Arg_helper</nav><header class="odoc-preamble"><h1>Module <code><span>Arg_helper</span></code></h1><p>Decipher command line arguments of the form <value> | <key>=<value><code>,...</code></p><p>(as used for example for the specification of inlining parameters varying by simplification round).</p><p><b>Warning:</b> this module is unstable and part of <span class="xref-unresolved">compiler-libs</span>.</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec module anchored" id="module-Make"><a href="#module-Make" class="anchor"></a><code><span><span class="keyword">module</span> <a href="Make/index.html">Make</a></span><span> (<a href="Make/argument-1-S/index.html">S</a> : <span class="keyword">sig</span> ... <span class="keyword">end</span>) : <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div></div></body></html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Arg_helper (ocaml.Arg_helper)</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">ocaml</a> » Arg_helper</nav><header class="odoc-preamble"><h1>Module <code><span>Arg_helper</span></code></h1><p>Decipher command line arguments of the form <value> | <key>=<value><code>,...</code></p><p>(as used for example for the specification of inlining parameters varying by simplification round).</p><p><b>Warning:</b> this module is unstable and part of <span class="xref-unresolved" title="Compiler_libs">compiler-libs</span>.</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec module anchored" id="module-Make"><a href="#module-Make" class="anchor"></a><code><span><span class="keyword">module</span> <a href="Make/index.html">Make</a></span><span> (<a href="Make/argument-1-S/index.html">S</a> : <span class="keyword">sig</span> ... <span class="keyword">end</span>) : <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div></div></body></html>
|
||||
|
|
|
|||
|
|
@ -1,20 +1,20 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Asmgen (ocaml.Asmgen)</title><link rel="stylesheet" href="../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » Asmgen</nav><header class="odoc-preamble"><h1>Module <code><span>Asmgen</span></code></h1><p>From Lambda to assembly code</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-middle_end"><a href="#type-middle_end" class="anchor"></a><code><span><span class="keyword">type</span> middle_end</span><span> =
|
||||
<span>backend:<span>(<span class="keyword">module</span> <a href="../Backend_intf/module-type-S/index.html">Backend_intf.S</a>)</span> <span class="arrow">-></span></span>
|
||||
<span>prefixname:string <span class="arrow">-></span></span>
|
||||
<span>ppf_dump:<a href="../Stdlib/Format/index.html#type-formatter">Stdlib.Format.formatter</a> <span class="arrow">-></span></span>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Asmgen (ocaml.Asmgen)</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">ocaml</a> » Asmgen</nav><header class="odoc-preamble"><h1>Module <code><span>Asmgen</span></code></h1><p>From Lambda to assembly code</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-middle_end"><a href="#type-middle_end" class="anchor"></a><code><span><span class="keyword">type</span> middle_end</span><span> =
|
||||
<span><span class="label">backend</span>:<span>(<span class="keyword">module</span> <a href="../Backend_intf/module-type-S/index.html">Backend_intf.S</a>)</span> <span class="arrow">-></span></span>
|
||||
<span><span class="label">prefixname</span>:string <span class="arrow">-></span></span>
|
||||
<span><span class="label">ppf_dump</span>:<a href="../Stdlib/Format/index.html#type-formatter">Stdlib.Format.formatter</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../Lambda/index.html#type-program">Lambda.program</a> <span class="arrow">-></span></span>
|
||||
<a href="../Clambda/index.html#type-with_constants">Clambda.with_constants</a></span></code></div><div class="spec-doc"><p>The type of converters from Lambda to Clambda.</p></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-compile_implementation"><a href="#val-compile_implementation" class="anchor"></a><code><span><span class="keyword">val</span> compile_implementation :
|
||||
<span>?toplevel:<span>(<span>string <span class="arrow">-></span></span> bool)</span> <span class="arrow">-></span></span>
|
||||
<span>backend:<span>(<span class="keyword">module</span> <a href="../Backend_intf/module-type-S/index.html">Backend_intf.S</a>)</span> <span class="arrow">-></span></span>
|
||||
<span>prefixname:string <span class="arrow">-></span></span>
|
||||
<span>middle_end:<a href="#type-middle_end">middle_end</a> <span class="arrow">-></span></span>
|
||||
<span>ppf_dump:<a href="../Stdlib/Format/index.html#type-formatter">Stdlib.Format.formatter</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?toplevel</span>:<span>(<span>string <span class="arrow">-></span></span> bool)</span> <span class="arrow">-></span></span>
|
||||
<span><span class="label">backend</span>:<span>(<span class="keyword">module</span> <a href="../Backend_intf/module-type-S/index.html">Backend_intf.S</a>)</span> <span class="arrow">-></span></span>
|
||||
<span><span class="label">prefixname</span>:string <span class="arrow">-></span></span>
|
||||
<span><span class="label">middle_end</span>:<a href="#type-middle_end">middle_end</a> <span class="arrow">-></span></span>
|
||||
<span><span class="label">ppf_dump</span>:<a href="../Stdlib/Format/index.html#type-formatter">Stdlib.Format.formatter</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../Lambda/index.html#type-program">Lambda.program</a> <span class="arrow">-></span></span>
|
||||
unit</span></code></div><div class="spec-doc"><p>Compile an implementation from Lambda using the given middle end.</p></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-compile_implementation_linear"><a href="#val-compile_implementation_linear" class="anchor"></a><code><span><span class="keyword">val</span> compile_implementation_linear : <span>string <span class="arrow">-></span></span> <span>progname:string <span class="arrow">-></span></span> unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-compile_phrase"><a href="#val-compile_phrase" class="anchor"></a><code><span><span class="keyword">val</span> compile_phrase : <span>ppf_dump:<a href="../Stdlib/Format/index.html#type-formatter">Stdlib.Format.formatter</a> <span class="arrow">-></span></span> <span><a href="../Cmm/index.html#type-phrase">Cmm.phrase</a> <span class="arrow">-></span></span> unit</span></code></div></div><div class="odoc-spec"><div class="spec type anchored" id="type-error"><a href="#type-error" class="anchor"></a><code><span><span class="keyword">type</span> error</span><span> = </span></code><ol><li id="type-error.Assembler_error" class="def variant constructor anchored"><a href="#type-error.Assembler_error" class="anchor"></a><code><span>| </span><span><span class="constructor">Assembler_error</span> <span class="keyword">of</span> string</span></code></li><li id="type-error.Mismatched_for_pack" class="def variant constructor anchored"><a href="#type-error.Mismatched_for_pack" class="anchor"></a><code><span>| </span><span><span class="constructor">Mismatched_for_pack</span> <span class="keyword">of</span> <span>string option</span></span></code></li><li id="type-error.Asm_generation" class="def variant constructor anchored"><a href="#type-error.Asm_generation" class="anchor"></a><code><span>| </span><span><span class="constructor">Asm_generation</span> <span class="keyword">of</span> string * <a href="../Emitaux/index.html#type-error">Emitaux.error</a></span></code></li></ol></div></div><div class="odoc-spec"><div class="spec exception anchored" id="exception-Error"><a href="#exception-Error" class="anchor"></a><code><span><span class="keyword">exception</span> </span><span><span class="exception">Error</span> <span class="keyword">of</span> <a href="#type-error">error</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-report_error"><a href="#val-report_error" class="anchor"></a><code><span><span class="keyword">val</span> report_error : <span><a href="../Stdlib/Format/index.html#type-formatter">Stdlib.Format.formatter</a> <span class="arrow">-></span></span> <span><a href="#type-error">error</a> <span class="arrow">-></span></span> unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-compile_unit"><a href="#val-compile_unit" class="anchor"></a><code><span><span class="keyword">val</span> compile_unit :
|
||||
<span>output_prefix:string <span class="arrow">-></span></span>
|
||||
<span>asm_filename:string <span class="arrow">-></span></span>
|
||||
<span>keep_asm:bool <span class="arrow">-></span></span>
|
||||
<span>obj_filename:string <span class="arrow">-></span></span>
|
||||
unit</span></code></div><div class="spec-doc"><p>Compile an implementation from Lambda using the given middle end.</p></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-compile_implementation_linear"><a href="#val-compile_implementation_linear" class="anchor"></a><code><span><span class="keyword">val</span> compile_implementation_linear : <span>string <span class="arrow">-></span></span> <span><span class="label">progname</span>:string <span class="arrow">-></span></span> unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-compile_phrase"><a href="#val-compile_phrase" class="anchor"></a><code><span><span class="keyword">val</span> compile_phrase : <span><span class="label">ppf_dump</span>:<a href="../Stdlib/Format/index.html#type-formatter">Stdlib.Format.formatter</a> <span class="arrow">-></span></span> <span><a href="../Cmm/index.html#type-phrase">Cmm.phrase</a> <span class="arrow">-></span></span> unit</span></code></div></div><div class="odoc-spec"><div class="spec type anchored" id="type-error"><a href="#type-error" class="anchor"></a><code><span><span class="keyword">type</span> error</span><span> = </span></code><ol><li id="type-error.Assembler_error" class="def variant constructor anchored"><a href="#type-error.Assembler_error" class="anchor"></a><code><span>| </span><span><span class="constructor">Assembler_error</span> <span class="keyword">of</span> string</span></code></li><li id="type-error.Mismatched_for_pack" class="def variant constructor anchored"><a href="#type-error.Mismatched_for_pack" class="anchor"></a><code><span>| </span><span><span class="constructor">Mismatched_for_pack</span> <span class="keyword">of</span> <span>string option</span></span></code></li><li id="type-error.Asm_generation" class="def variant constructor anchored"><a href="#type-error.Asm_generation" class="anchor"></a><code><span>| </span><span><span class="constructor">Asm_generation</span> <span class="keyword">of</span> string * <a href="../Emitaux/index.html#type-error">Emitaux.error</a></span></code></li></ol></div></div><div class="odoc-spec"><div class="spec exception anchored" id="exception-Error"><a href="#exception-Error" class="anchor"></a><code><span><span class="keyword">exception</span> </span><span><span class="exception">Error</span> <span class="keyword">of</span> <a href="#type-error">error</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-report_error"><a href="#val-report_error" class="anchor"></a><code><span><span class="keyword">val</span> report_error : <span><a href="../Stdlib/Format/index.html#type-formatter">Stdlib.Format.formatter</a> <span class="arrow">-></span></span> <span><a href="#type-error">error</a> <span class="arrow">-></span></span> unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-compile_unit"><a href="#val-compile_unit" class="anchor"></a><code><span><span class="keyword">val</span> compile_unit :
|
||||
<span><span class="label">output_prefix</span>:string <span class="arrow">-></span></span>
|
||||
<span><span class="label">asm_filename</span>:string <span class="arrow">-></span></span>
|
||||
<span><span class="label">keep_asm</span>:bool <span class="arrow">-></span></span>
|
||||
<span><span class="label">obj_filename</span>:string <span class="arrow">-></span></span>
|
||||
<span><span>(<span>unit <span class="arrow">-></span></span> unit)</span> <span class="arrow">-></span></span>
|
||||
unit</span></code></div></div></div></body></html>
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Asmlibrarian (ocaml.Asmlibrarian)</title><link rel="stylesheet" href="../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » Asmlibrarian</nav><header class="odoc-preamble"><h1>Module <code><span>Asmlibrarian</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-create_archive"><a href="#val-create_archive" class="anchor"></a><code><span><span class="keyword">val</span> create_archive : <span><span>string list</span> <span class="arrow">-></span></span> <span>string <span class="arrow">-></span></span> unit</span></code></div></div><div class="odoc-spec"><div class="spec type anchored" id="type-error"><a href="#type-error" class="anchor"></a><code><span><span class="keyword">type</span> error</span><span> = </span></code><ol><li id="type-error.File_not_found" class="def variant constructor anchored"><a href="#type-error.File_not_found" class="anchor"></a><code><span>| </span><span><span class="constructor">File_not_found</span> <span class="keyword">of</span> string</span></code></li><li id="type-error.Archiver_error" class="def variant constructor anchored"><a href="#type-error.Archiver_error" class="anchor"></a><code><span>| </span><span><span class="constructor">Archiver_error</span> <span class="keyword">of</span> string</span></code></li></ol></div></div><div class="odoc-spec"><div class="spec exception anchored" id="exception-Error"><a href="#exception-Error" class="anchor"></a><code><span><span class="keyword">exception</span> </span><span><span class="exception">Error</span> <span class="keyword">of</span> <a href="#type-error">error</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-report_error"><a href="#val-report_error" class="anchor"></a><code><span><span class="keyword">val</span> report_error : <span><a href="../Stdlib/Format/index.html#type-formatter">Stdlib.Format.formatter</a> <span class="arrow">-></span></span> <span><a href="#type-error">error</a> <span class="arrow">-></span></span> unit</span></code></div></div></div></body></html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Asmlibrarian (ocaml.Asmlibrarian)</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">ocaml</a> » Asmlibrarian</nav><header class="odoc-preamble"><h1>Module <code><span>Asmlibrarian</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-create_archive"><a href="#val-create_archive" class="anchor"></a><code><span><span class="keyword">val</span> create_archive : <span><span>string list</span> <span class="arrow">-></span></span> <span>string <span class="arrow">-></span></span> unit</span></code></div></div><div class="odoc-spec"><div class="spec type anchored" id="type-error"><a href="#type-error" class="anchor"></a><code><span><span class="keyword">type</span> error</span><span> = </span></code><ol><li id="type-error.File_not_found" class="def variant constructor anchored"><a href="#type-error.File_not_found" class="anchor"></a><code><span>| </span><span><span class="constructor">File_not_found</span> <span class="keyword">of</span> string</span></code></li><li id="type-error.Archiver_error" class="def variant constructor anchored"><a href="#type-error.Archiver_error" class="anchor"></a><code><span>| </span><span><span class="constructor">Archiver_error</span> <span class="keyword">of</span> string</span></code></li></ol></div></div><div class="odoc-spec"><div class="spec exception anchored" id="exception-Error"><a href="#exception-Error" class="anchor"></a><code><span><span class="keyword">exception</span> </span><span><span class="exception">Error</span> <span class="keyword">of</span> <a href="#type-error">error</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-report_error"><a href="#val-report_error" class="anchor"></a><code><span><span class="keyword">val</span> report_error : <span><a href="../Stdlib/Format/index.html#type-formatter">Stdlib.Format.formatter</a> <span class="arrow">-></span></span> <span><a href="#type-error">error</a> <span class="arrow">-></span></span> unit</span></code></div></div></div></body></html>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Asmlink (ocaml.Asmlink)</title><link rel="stylesheet" href="../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » Asmlink</nav><header class="odoc-preamble"><h1>Module <code><span>Asmlink</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-link"><a href="#val-link" class="anchor"></a><code><span><span class="keyword">val</span> link : <span>ppf_dump:<a href="../Stdlib/Format/index.html#type-formatter">Stdlib.Format.formatter</a> <span class="arrow">-></span></span> <span><span>string list</span> <span class="arrow">-></span></span> <span>string <span class="arrow">-></span></span> unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-link_shared"><a href="#val-link_shared" class="anchor"></a><code><span><span class="keyword">val</span> link_shared :
|
||||
<span>ppf_dump:<a href="../Stdlib/Format/index.html#type-formatter">Stdlib.Format.formatter</a> <span class="arrow">-></span></span>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Asmlink (ocaml.Asmlink)</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">ocaml</a> » Asmlink</nav><header class="odoc-preamble"><h1>Module <code><span>Asmlink</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-link"><a href="#val-link" class="anchor"></a><code><span><span class="keyword">val</span> link : <span><span class="label">ppf_dump</span>:<a href="../Stdlib/Format/index.html#type-formatter">Stdlib.Format.formatter</a> <span class="arrow">-></span></span> <span><span>string list</span> <span class="arrow">-></span></span> <span>string <span class="arrow">-></span></span> unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-link_shared"><a href="#val-link_shared" class="anchor"></a><code><span><span class="keyword">val</span> link_shared :
|
||||
<span><span class="label">ppf_dump</span>:<a href="../Stdlib/Format/index.html#type-formatter">Stdlib.Format.formatter</a> <span class="arrow">-></span></span>
|
||||
<span><span>string list</span> <span class="arrow">-></span></span>
|
||||
<span>string <span class="arrow">-></span></span>
|
||||
unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-call_linker_shared"><a href="#val-call_linker_shared" class="anchor"></a><code><span><span class="keyword">val</span> call_linker_shared : <span><span>string list</span> <span class="arrow">-></span></span> <span>string <span class="arrow">-></span></span> unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-reset"><a href="#val-reset" class="anchor"></a><code><span><span class="keyword">val</span> reset : <span>unit <span class="arrow">-></span></span> unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-check_consistency"><a href="#val-check_consistency" class="anchor"></a><code><span><span class="keyword">val</span> check_consistency :
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Asmpackager (ocaml.Asmpackager)</title><link rel="stylesheet" href="../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » Asmpackager</nav><header class="odoc-preamble"><h1>Module <code><span>Asmpackager</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-package_files"><a href="#val-package_files" class="anchor"></a><code><span><span class="keyword">val</span> package_files :
|
||||
<span>ppf_dump:<a href="../Stdlib/Format/index.html#type-formatter">Stdlib.Format.formatter</a> <span class="arrow">-></span></span>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Asmpackager (ocaml.Asmpackager)</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">ocaml</a> » Asmpackager</nav><header class="odoc-preamble"><h1>Module <code><span>Asmpackager</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-package_files"><a href="#val-package_files" class="anchor"></a><code><span><span class="keyword">val</span> package_files :
|
||||
<span><span class="label">ppf_dump</span>:<a href="../Stdlib/Format/index.html#type-formatter">Stdlib.Format.formatter</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../Env/index.html#type-t">Env.t</a> <span class="arrow">-></span></span>
|
||||
<span><span>string list</span> <span class="arrow">-></span></span>
|
||||
<span>string <span class="arrow">-></span></span>
|
||||
<span>backend:<span>(<span class="keyword">module</span> <a href="../Backend_intf/module-type-S/index.html">Backend_intf.S</a>)</span> <span class="arrow">-></span></span>
|
||||
<span><span class="label">backend</span>:<span>(<span class="keyword">module</span> <a href="../Backend_intf/module-type-S/index.html">Backend_intf.S</a>)</span> <span class="arrow">-></span></span>
|
||||
unit</span></code></div></div><div class="odoc-spec"><div class="spec type anchored" id="type-error"><a href="#type-error" class="anchor"></a><code><span><span class="keyword">type</span> error</span><span> = </span></code><ol><li id="type-error.Illegal_renaming" class="def variant constructor anchored"><a href="#type-error.Illegal_renaming" class="anchor"></a><code><span>| </span><span><span class="constructor">Illegal_renaming</span> <span class="keyword">of</span> string * string * string</span></code></li><li id="type-error.Forward_reference" class="def variant constructor anchored"><a href="#type-error.Forward_reference" class="anchor"></a><code><span>| </span><span><span class="constructor">Forward_reference</span> <span class="keyword">of</span> string * string</span></code></li><li id="type-error.Wrong_for_pack" class="def variant constructor anchored"><a href="#type-error.Wrong_for_pack" class="anchor"></a><code><span>| </span><span><span class="constructor">Wrong_for_pack</span> <span class="keyword">of</span> string * string</span></code></li><li id="type-error.Linking_error" class="def variant constructor anchored"><a href="#type-error.Linking_error" class="anchor"></a><code><span>| </span><span><span class="constructor">Linking_error</span></span></code></li><li id="type-error.Assembler_error" class="def variant constructor anchored"><a href="#type-error.Assembler_error" class="anchor"></a><code><span>| </span><span><span class="constructor">Assembler_error</span> <span class="keyword">of</span> string</span></code></li><li id="type-error.File_not_found" class="def variant constructor anchored"><a href="#type-error.File_not_found" class="anchor"></a><code><span>| </span><span><span class="constructor">File_not_found</span> <span class="keyword">of</span> string</span></code></li></ol></div></div><div class="odoc-spec"><div class="spec exception anchored" id="exception-Error"><a href="#exception-Error" class="anchor"></a><code><span><span class="keyword">exception</span> </span><span><span class="exception">Error</span> <span class="keyword">of</span> <a href="#type-error">error</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-report_error"><a href="#val-report_error" class="anchor"></a><code><span><span class="keyword">val</span> report_error : <span><a href="../Stdlib/Format/index.html#type-formatter">Stdlib.Format.formatter</a> <span class="arrow">-></span></span> <span><a href="#type-error">error</a> <span class="arrow">-></span></span> unit</span></code></div></div></div></body></html>
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Attr (ocaml.Ast_helper.Attr)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../index.html">Ast_helper</a> » Attr</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Attr</span></code></h1></header><nav class="odoc-toc"><ul><li><a href="#attributes">Attributes</a></li></ul></nav><div class="odoc-content"><h2 id="attributes"><a href="#attributes" class="anchor"></a>Attributes</h2><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk : <span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span><a href="../index.html#type-str">str</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-payload">Parsetree.payload</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-attribute">Parsetree.attribute</a></span></code></div></div></div></body></html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Attr (ocaml.Ast_helper.Attr)</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">ocaml</a> » <a href="../index.html">Ast_helper</a> » Attr</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Attr</span></code></h1></header><div class="odoc-tocs"><nav class="odoc-toc odoc-local-toc"><ul><li><a href="#attributes">Attributes</a></li></ul></nav></div><div class="odoc-content"><h2 id="attributes"><a href="#attributes" class="anchor"></a>Attributes</h2><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk : <span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span><a href="../index.html#type-str">str</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-payload">Parsetree.payload</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-attribute">Parsetree.attribute</a></span></code></div></div></div></body></html>
|
||||
|
|
|
|||
|
|
@ -1,44 +1,44 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Cf (ocaml.Ast_helper.Cf)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../index.html">Ast_helper</a> » Cf</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Cf</span></code></h1><p>Class fields</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span>?docs:<a href="../../Docstrings/index.html#type-docs">Docstrings.docs</a> <span class="arrow">-></span></span>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Cf (ocaml.Ast_helper.Cf)</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">ocaml</a> » <a href="../index.html">Ast_helper</a> » Cf</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Cf</span></code></h1><p>Class fields</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?docs</span>:<a href="../../Docstrings/index.html#type-docs">Docstrings.docs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-class_field_desc">Parsetree.class_field_desc</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-class_field">Parsetree.class_field</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-attr"><a href="#val-attr" class="anchor"></a><code><span><span class="keyword">val</span> attr :
|
||||
<span><a href="../../Parsetree/index.html#type-class_field">Parsetree.class_field</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-attribute">Parsetree.attribute</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-class_field">Parsetree.class_field</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-inherit_"><a href="#val-inherit_" class="anchor"></a><code><span><span class="keyword">val</span> inherit_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Asttypes/index.html#type-override_flag">Asttypes.override_flag</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-class_expr">Parsetree.class_expr</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../index.html#type-str">str</a> option</span> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-class_field">Parsetree.class_field</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-val_"><a href="#val-val_" class="anchor"></a><code><span><span class="keyword">val</span> val_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../index.html#type-str">str</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Asttypes/index.html#type-mutable_flag">Asttypes.mutable_flag</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-class_field_kind">Parsetree.class_field_kind</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-class_field">Parsetree.class_field</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-method_"><a href="#val-method_" class="anchor"></a><code><span><span class="keyword">val</span> method_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../index.html#type-str">str</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Asttypes/index.html#type-private_flag">Asttypes.private_flag</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-class_field_kind">Parsetree.class_field_kind</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-class_field">Parsetree.class_field</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-constraint_"><a href="#val-constraint_" class="anchor"></a><code><span><span class="keyword">val</span> constraint_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-class_field">Parsetree.class_field</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-initializer_"><a href="#val-initializer_" class="anchor"></a><code><span><span class="keyword">val</span> initializer_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-class_field">Parsetree.class_field</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-extension"><a href="#val-extension" class="anchor"></a><code><span><span class="keyword">val</span> extension :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-extension">Parsetree.extension</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-class_field">Parsetree.class_field</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-attribute"><a href="#val-attribute" class="anchor"></a><code><span><span class="keyword">val</span> attribute : <span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-attribute">Parsetree.attribute</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-class_field">Parsetree.class_field</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-text"><a href="#val-text" class="anchor"></a><code><span><span class="keyword">val</span> text : <span><a href="../../Docstrings/index.html#type-text">Docstrings.text</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-class_field">Parsetree.class_field</a> list</span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-virtual_"><a href="#val-virtual_" class="anchor"></a><code><span><span class="keyword">val</span> virtual_ : <span><a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-class_field_kind">Parsetree.class_field_kind</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-concrete"><a href="#val-concrete" class="anchor"></a><code><span><span class="keyword">val</span> concrete :
|
||||
<a href="../../Parsetree/index.html#type-class_field">Parsetree.class_field</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-attribute"><a href="#val-attribute" class="anchor"></a><code><span><span class="keyword">val</span> attribute : <span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-attribute">Parsetree.attribute</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-class_field">Parsetree.class_field</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-text"><a href="#val-text" class="anchor"></a><code><span><span class="keyword">val</span> text : <span><a href="../../Docstrings/index.html#type-text">Docstrings.text</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-class_field">Parsetree.class_field</a> list</span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-virtual_"><a href="#val-virtual_" class="anchor"></a><code><span><span class="keyword">val</span> virtual_ : <span><a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-class_field_kind">Parsetree.class_field_kind</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-concrete"><a href="#val-concrete" class="anchor"></a><code><span><span class="keyword">val</span> concrete :
|
||||
<span><a href="../../Asttypes/index.html#type-override_flag">Asttypes.override_flag</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-class_field_kind">Parsetree.class_field_kind</a></span></code></div></div></div></body></html>
|
||||
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Ci (ocaml.Ast_helper.Ci)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../index.html">Ast_helper</a> » Ci</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Ci</span></code></h1><p>Classes</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span>?docs:<a href="../../Docstrings/index.html#type-docs">Docstrings.docs</a> <span class="arrow">-></span></span>
|
||||
<span>?text:<a href="../../Docstrings/index.html#type-text">Docstrings.text</a> <span class="arrow">-></span></span>
|
||||
<span>?virt:<a href="../../Asttypes/index.html#type-virtual_flag">Asttypes.virtual_flag</a> <span class="arrow">-></span></span>
|
||||
<span>?params:
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Ci (ocaml.Ast_helper.Ci)</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">ocaml</a> » <a href="../index.html">Ast_helper</a> » Ci</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Ci</span></code></h1><p>Classes</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?docs</span>:<a href="../../Docstrings/index.html#type-docs">Docstrings.docs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?text</span>:<a href="../../Docstrings/index.html#type-text">Docstrings.text</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?virt</span>:<a href="../../Asttypes/index.html#type-virtual_flag">Asttypes.virtual_flag</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?params</span>:
|
||||
<span><span>(<a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> * <span>(<a href="../../Asttypes/index.html#type-variance">Asttypes.variance</a> * <a href="../../Asttypes/index.html#type-injectivity">Asttypes.injectivity</a>)</span>)</span> list</span> <span class="arrow">-></span></span>
|
||||
<span><a href="../index.html#type-str">str</a> <span class="arrow">-></span></span>
|
||||
<span><span class="type-var">'a</span> <span class="arrow">-></span></span>
|
||||
|
|
|
|||
|
|
@ -1,47 +1,47 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Cl (ocaml.Ast_helper.Cl)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../index.html">Ast_helper</a> » Cl</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Cl</span></code></h1><p>Class expressions</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Cl (ocaml.Ast_helper.Cl)</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">ocaml</a> » <a href="../index.html">Ast_helper</a> » Cl</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Cl</span></code></h1><p>Class expressions</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-class_expr_desc">Parsetree.class_expr_desc</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-class_expr">Parsetree.class_expr</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-attr"><a href="#val-attr" class="anchor"></a><code><span><span class="keyword">val</span> attr : <span><a href="../../Parsetree/index.html#type-class_expr">Parsetree.class_expr</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-attribute">Parsetree.attribute</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-class_expr">Parsetree.class_expr</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-constr"><a href="#val-constr" class="anchor"></a><code><span><span class="keyword">val</span> constr :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../index.html#type-lid">lid</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> list</span> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-class_expr">Parsetree.class_expr</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-structure"><a href="#val-structure" class="anchor"></a><code><span><span class="keyword">val</span> structure :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-class_structure">Parsetree.class_structure</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-class_expr">Parsetree.class_expr</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-fun_"><a href="#val-fun_" class="anchor"></a><code><span><span class="keyword">val</span> fun_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Asttypes/index.html#type-arg_label">Asttypes.arg_label</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> option</span> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-class_expr">Parsetree.class_expr</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-class_expr">Parsetree.class_expr</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-apply"><a href="#val-apply" class="anchor"></a><code><span><span class="keyword">val</span> apply :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-class_expr">Parsetree.class_expr</a> <span class="arrow">-></span></span>
|
||||
<span><span><span>(<a href="../../Asttypes/index.html#type-arg_label">Asttypes.arg_label</a> * <a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a>)</span> list</span> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-class_expr">Parsetree.class_expr</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-let_"><a href="#val-let_" class="anchor"></a><code><span><span class="keyword">val</span> let_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Asttypes/index.html#type-rec_flag">Asttypes.rec_flag</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-value_binding">Parsetree.value_binding</a> list</span> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-class_expr">Parsetree.class_expr</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-class_expr">Parsetree.class_expr</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-constraint_"><a href="#val-constraint_" class="anchor"></a><code><span><span class="keyword">val</span> constraint_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-class_expr">Parsetree.class_expr</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-class_type">Parsetree.class_type</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-class_expr">Parsetree.class_expr</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-extension"><a href="#val-extension" class="anchor"></a><code><span><span class="keyword">val</span> extension :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-extension">Parsetree.extension</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-class_expr">Parsetree.class_expr</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-open_"><a href="#val-open_" class="anchor"></a><code><span><span class="keyword">val</span> open_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-open_description">Parsetree.open_description</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-class_expr">Parsetree.class_expr</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-class_expr">Parsetree.class_expr</a></span></code></div></div></div></body></html>
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Const (ocaml.Ast_helper.Const)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../index.html">Ast_helper</a> » Const</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Const</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-char"><a href="#val-char" class="anchor"></a><code><span><span class="keyword">val</span> char : <span>char <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-constant">Parsetree.constant</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-string"><a href="#val-string" class="anchor"></a><code><span><span class="keyword">val</span> string :
|
||||
<span>?quotation_delimiter:string <span class="arrow">-></span></span>
|
||||
<span>?loc:<a href="../../Location/index.html#type-t">Location.t</a> <span class="arrow">-></span></span>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Const (ocaml.Ast_helper.Const)</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">ocaml</a> » <a href="../index.html">Ast_helper</a> » Const</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Const</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-char"><a href="#val-char" class="anchor"></a><code><span><span class="keyword">val</span> char : <span>char <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-constant">Parsetree.constant</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-string"><a href="#val-string" class="anchor"></a><code><span><span class="keyword">val</span> string :
|
||||
<span><span class="optlabel">?quotation_delimiter</span>:string <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../../Location/index.html#type-t">Location.t</a> <span class="arrow">-></span></span>
|
||||
<span>string <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-constant">Parsetree.constant</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-integer"><a href="#val-integer" class="anchor"></a><code><span><span class="keyword">val</span> integer : <span>?suffix:char <span class="arrow">-></span></span> <span>string <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-constant">Parsetree.constant</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-int"><a href="#val-int" class="anchor"></a><code><span><span class="keyword">val</span> int : <span>?suffix:char <span class="arrow">-></span></span> <span>int <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-constant">Parsetree.constant</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-int32"><a href="#val-int32" class="anchor"></a><code><span><span class="keyword">val</span> int32 : <span>?suffix:char <span class="arrow">-></span></span> <span>int32 <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-constant">Parsetree.constant</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-int64"><a href="#val-int64" class="anchor"></a><code><span><span class="keyword">val</span> int64 : <span>?suffix:char <span class="arrow">-></span></span> <span>int64 <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-constant">Parsetree.constant</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-nativeint"><a href="#val-nativeint" class="anchor"></a><code><span><span class="keyword">val</span> nativeint : <span>?suffix:char <span class="arrow">-></span></span> <span>nativeint <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-constant">Parsetree.constant</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-float"><a href="#val-float" class="anchor"></a><code><span><span class="keyword">val</span> float : <span>?suffix:char <span class="arrow">-></span></span> <span>string <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-constant">Parsetree.constant</a></span></code></div></div></div></body></html>
|
||||
<a href="../../Parsetree/index.html#type-constant">Parsetree.constant</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-integer"><a href="#val-integer" class="anchor"></a><code><span><span class="keyword">val</span> integer : <span><span class="optlabel">?suffix</span>:char <span class="arrow">-></span></span> <span>string <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-constant">Parsetree.constant</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-int"><a href="#val-int" class="anchor"></a><code><span><span class="keyword">val</span> int : <span><span class="optlabel">?suffix</span>:char <span class="arrow">-></span></span> <span>int <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-constant">Parsetree.constant</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-int32"><a href="#val-int32" class="anchor"></a><code><span><span class="keyword">val</span> int32 : <span><span class="optlabel">?suffix</span>:char <span class="arrow">-></span></span> <span>int32 <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-constant">Parsetree.constant</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-int64"><a href="#val-int64" class="anchor"></a><code><span><span class="keyword">val</span> int64 : <span><span class="optlabel">?suffix</span>:char <span class="arrow">-></span></span> <span>int64 <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-constant">Parsetree.constant</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-nativeint"><a href="#val-nativeint" class="anchor"></a><code><span><span class="keyword">val</span> nativeint : <span><span class="optlabel">?suffix</span>:char <span class="arrow">-></span></span> <span>nativeint <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-constant">Parsetree.constant</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-float"><a href="#val-float" class="anchor"></a><code><span><span class="keyword">val</span> float : <span><span class="optlabel">?suffix</span>:char <span class="arrow">-></span></span> <span>string <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-constant">Parsetree.constant</a></span></code></div></div></div></body></html>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Csig (ocaml.Ast_helper.Csig)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../index.html">Ast_helper</a> » Csig</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Csig</span></code></h1><p>Class signatures</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Csig (ocaml.Ast_helper.Csig)</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">ocaml</a> » <a href="../index.html">Ast_helper</a> » Csig</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Csig</span></code></h1><p>Class signatures</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span><a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-class_type_field">Parsetree.class_type_field</a> list</span> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-class_signature">Parsetree.class_signature</a></span></code></div></div></div></body></html>
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Cstr (ocaml.Ast_helper.Cstr)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../index.html">Ast_helper</a> » Cstr</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Cstr</span></code></h1><p>Class structures</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Cstr (ocaml.Ast_helper.Cstr)</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">ocaml</a> » <a href="../index.html">Ast_helper</a> » Cstr</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Cstr</span></code></h1><p>Class structures</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span><a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-class_field">Parsetree.class_field</a> list</span> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-class_structure">Parsetree.class_structure</a></span></code></div></div></div></body></html>
|
||||
|
|
@ -1,37 +1,37 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Ctf (ocaml.Ast_helper.Ctf)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../index.html">Ast_helper</a> » Ctf</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Ctf</span></code></h1><p>Class type fields</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span>?docs:<a href="../../Docstrings/index.html#type-docs">Docstrings.docs</a> <span class="arrow">-></span></span>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Ctf (ocaml.Ast_helper.Ctf)</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">ocaml</a> » <a href="../index.html">Ast_helper</a> » Ctf</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Ctf</span></code></h1><p>Class type fields</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?docs</span>:<a href="../../Docstrings/index.html#type-docs">Docstrings.docs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-class_type_field_desc">Parsetree.class_type_field_desc</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-class_type_field">Parsetree.class_type_field</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-attr"><a href="#val-attr" class="anchor"></a><code><span><span class="keyword">val</span> attr :
|
||||
<span><a href="../../Parsetree/index.html#type-class_type_field">Parsetree.class_type_field</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-attribute">Parsetree.attribute</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-class_type_field">Parsetree.class_type_field</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-inherit_"><a href="#val-inherit_" class="anchor"></a><code><span><span class="keyword">val</span> inherit_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-class_type">Parsetree.class_type</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-class_type_field">Parsetree.class_type_field</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-val_"><a href="#val-val_" class="anchor"></a><code><span><span class="keyword">val</span> val_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../index.html#type-str">str</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Asttypes/index.html#type-mutable_flag">Asttypes.mutable_flag</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Asttypes/index.html#type-virtual_flag">Asttypes.virtual_flag</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-class_type_field">Parsetree.class_type_field</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-method_"><a href="#val-method_" class="anchor"></a><code><span><span class="keyword">val</span> method_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../index.html#type-str">str</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Asttypes/index.html#type-private_flag">Asttypes.private_flag</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Asttypes/index.html#type-virtual_flag">Asttypes.virtual_flag</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-class_type_field">Parsetree.class_type_field</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-constraint_"><a href="#val-constraint_" class="anchor"></a><code><span><span class="keyword">val</span> constraint_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-class_type_field">Parsetree.class_type_field</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-extension"><a href="#val-extension" class="anchor"></a><code><span><span class="keyword">val</span> extension :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-extension">Parsetree.extension</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-class_type_field">Parsetree.class_type_field</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-attribute"><a href="#val-attribute" class="anchor"></a><code><span><span class="keyword">val</span> attribute : <span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-attribute">Parsetree.attribute</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-class_type_field">Parsetree.class_type_field</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-text"><a href="#val-text" class="anchor"></a><code><span><span class="keyword">val</span> text : <span><a href="../../Docstrings/index.html#type-text">Docstrings.text</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-class_type_field">Parsetree.class_type_field</a> list</span></span></code></div></div></div></body></html>
|
||||
<a href="../../Parsetree/index.html#type-class_type_field">Parsetree.class_type_field</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-attribute"><a href="#val-attribute" class="anchor"></a><code><span><span class="keyword">val</span> attribute : <span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-attribute">Parsetree.attribute</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-class_type_field">Parsetree.class_type_field</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-text"><a href="#val-text" class="anchor"></a><code><span><span class="keyword">val</span> text : <span><a href="../../Docstrings/index.html#type-text">Docstrings.text</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-class_type_field">Parsetree.class_type_field</a> list</span></span></code></div></div></div></body></html>
|
||||
|
|
|
|||
|
|
@ -1,30 +1,30 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Cty (ocaml.Ast_helper.Cty)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../index.html">Ast_helper</a> » Cty</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Cty</span></code></h1><p>Class type expressions</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Cty (ocaml.Ast_helper.Cty)</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">ocaml</a> » <a href="../index.html">Ast_helper</a> » Cty</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Cty</span></code></h1><p>Class type expressions</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-class_type_desc">Parsetree.class_type_desc</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-class_type">Parsetree.class_type</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-attr"><a href="#val-attr" class="anchor"></a><code><span><span class="keyword">val</span> attr : <span><a href="../../Parsetree/index.html#type-class_type">Parsetree.class_type</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-attribute">Parsetree.attribute</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-class_type">Parsetree.class_type</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-constr"><a href="#val-constr" class="anchor"></a><code><span><span class="keyword">val</span> constr :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../index.html#type-lid">lid</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> list</span> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-class_type">Parsetree.class_type</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-signature"><a href="#val-signature" class="anchor"></a><code><span><span class="keyword">val</span> signature :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-class_signature">Parsetree.class_signature</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-class_type">Parsetree.class_type</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-arrow"><a href="#val-arrow" class="anchor"></a><code><span><span class="keyword">val</span> arrow :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Asttypes/index.html#type-arg_label">Asttypes.arg_label</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-class_type">Parsetree.class_type</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-class_type">Parsetree.class_type</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-extension"><a href="#val-extension" class="anchor"></a><code><span><span class="keyword">val</span> extension :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-extension">Parsetree.extension</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-class_type">Parsetree.class_type</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-open_"><a href="#val-open_" class="anchor"></a><code><span><span class="keyword">val</span> open_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-open_description">Parsetree.open_description</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-class_type">Parsetree.class_type</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-class_type">Parsetree.class_type</a></span></code></div></div></div></body></html>
|
||||
|
|
@ -1,182 +1,182 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Exp (ocaml.Ast_helper.Exp)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../index.html">Ast_helper</a> » Exp</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Exp</span></code></h1><p>Expressions</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Exp (ocaml.Ast_helper.Exp)</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">ocaml</a> » <a href="../index.html">Ast_helper</a> » Exp</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Exp</span></code></h1><p>Expressions</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-expression_desc">Parsetree.expression_desc</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-attr"><a href="#val-attr" class="anchor"></a><code><span><span class="keyword">val</span> attr : <span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-attribute">Parsetree.attribute</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-ident"><a href="#val-ident" class="anchor"></a><code><span><span class="keyword">val</span> ident : <span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span> <span><a href="../index.html#type-lid">lid</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-constant"><a href="#val-constant" class="anchor"></a><code><span><span class="keyword">val</span> constant :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-attr"><a href="#val-attr" class="anchor"></a><code><span><span class="keyword">val</span> attr : <span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-attribute">Parsetree.attribute</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-ident"><a href="#val-ident" class="anchor"></a><code><span><span class="keyword">val</span> ident : <span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span> <span><a href="../index.html#type-lid">lid</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-constant"><a href="#val-constant" class="anchor"></a><code><span><span class="keyword">val</span> constant :
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-constant">Parsetree.constant</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-let_"><a href="#val-let_" class="anchor"></a><code><span><span class="keyword">val</span> let_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Asttypes/index.html#type-rec_flag">Asttypes.rec_flag</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-value_binding">Parsetree.value_binding</a> list</span> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-fun_"><a href="#val-fun_" class="anchor"></a><code><span><span class="keyword">val</span> fun_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Asttypes/index.html#type-arg_label">Asttypes.arg_label</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> option</span> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-function_"><a href="#val-function_" class="anchor"></a><code><span><span class="keyword">val</span> function_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-case">Parsetree.case</a> list</span> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-apply"><a href="#val-apply" class="anchor"></a><code><span><span class="keyword">val</span> apply :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> <span class="arrow">-></span></span>
|
||||
<span><span><span>(<a href="../../Asttypes/index.html#type-arg_label">Asttypes.arg_label</a> * <a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a>)</span> list</span> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-match_"><a href="#val-match_" class="anchor"></a><code><span><span class="keyword">val</span> match_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-case">Parsetree.case</a> list</span> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-try_"><a href="#val-try_" class="anchor"></a><code><span><span class="keyword">val</span> try_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-case">Parsetree.case</a> list</span> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-tuple"><a href="#val-tuple" class="anchor"></a><code><span><span class="keyword">val</span> tuple :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> list</span> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-construct"><a href="#val-construct" class="anchor"></a><code><span><span class="keyword">val</span> construct :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../index.html#type-lid">lid</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> option</span> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-variant"><a href="#val-variant" class="anchor"></a><code><span><span class="keyword">val</span> variant :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Asttypes/index.html#type-label">Asttypes.label</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> option</span> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-record"><a href="#val-record" class="anchor"></a><code><span><span class="keyword">val</span> record :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span><span>(<a href="../index.html#type-lid">lid</a> * <a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a>)</span> list</span> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> option</span> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-field"><a href="#val-field" class="anchor"></a><code><span><span class="keyword">val</span> field :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../index.html#type-lid">lid</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-setfield"><a href="#val-setfield" class="anchor"></a><code><span><span class="keyword">val</span> setfield :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../index.html#type-lid">lid</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-array"><a href="#val-array" class="anchor"></a><code><span><span class="keyword">val</span> array :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> list</span> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-ifthenelse"><a href="#val-ifthenelse" class="anchor"></a><code><span><span class="keyword">val</span> ifthenelse :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> option</span> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-sequence"><a href="#val-sequence" class="anchor"></a><code><span><span class="keyword">val</span> sequence :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-while_"><a href="#val-while_" class="anchor"></a><code><span><span class="keyword">val</span> while_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-for_"><a href="#val-for_" class="anchor"></a><code><span><span class="keyword">val</span> for_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Asttypes/index.html#type-direction_flag">Asttypes.direction_flag</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-coerce"><a href="#val-coerce" class="anchor"></a><code><span><span class="keyword">val</span> coerce :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> option</span> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-constraint_"><a href="#val-constraint_" class="anchor"></a><code><span><span class="keyword">val</span> constraint_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-send"><a href="#val-send" class="anchor"></a><code><span><span class="keyword">val</span> send :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../index.html#type-str">str</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-new_"><a href="#val-new_" class="anchor"></a><code><span><span class="keyword">val</span> new_ : <span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span> <span><a href="../index.html#type-lid">lid</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-setinstvar"><a href="#val-setinstvar" class="anchor"></a><code><span><span class="keyword">val</span> setinstvar :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-new_"><a href="#val-new_" class="anchor"></a><code><span><span class="keyword">val</span> new_ : <span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span> <span><a href="../index.html#type-lid">lid</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-setinstvar"><a href="#val-setinstvar" class="anchor"></a><code><span><span class="keyword">val</span> setinstvar :
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../index.html#type-str">str</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-override"><a href="#val-override" class="anchor"></a><code><span><span class="keyword">val</span> override :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span><span>(<a href="../index.html#type-str">str</a> * <a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a>)</span> list</span> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-letmodule"><a href="#val-letmodule" class="anchor"></a><code><span><span class="keyword">val</span> letmodule :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../index.html#type-str_opt">str_opt</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-module_expr">Parsetree.module_expr</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-letexception"><a href="#val-letexception" class="anchor"></a><code><span><span class="keyword">val</span> letexception :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-extension_constructor">Parsetree.extension_constructor</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-assert_"><a href="#val-assert_" class="anchor"></a><code><span><span class="keyword">val</span> assert_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-lazy_"><a href="#val-lazy_" class="anchor"></a><code><span><span class="keyword">val</span> lazy_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-poly"><a href="#val-poly" class="anchor"></a><code><span><span class="keyword">val</span> poly :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> option</span> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-object_"><a href="#val-object_" class="anchor"></a><code><span><span class="keyword">val</span> object_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-class_structure">Parsetree.class_structure</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-newtype"><a href="#val-newtype" class="anchor"></a><code><span><span class="keyword">val</span> newtype :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../index.html#type-str">str</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-pack"><a href="#val-pack" class="anchor"></a><code><span><span class="keyword">val</span> pack :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-module_expr">Parsetree.module_expr</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-open_"><a href="#val-open_" class="anchor"></a><code><span><span class="keyword">val</span> open_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-open_declaration">Parsetree.open_declaration</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-letop"><a href="#val-letop" class="anchor"></a><code><span><span class="keyword">val</span> letop :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-binding_op">Parsetree.binding_op</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-binding_op">Parsetree.binding_op</a> list</span> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-extension"><a href="#val-extension" class="anchor"></a><code><span><span class="keyword">val</span> extension :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-extension">Parsetree.extension</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-unreachable"><a href="#val-unreachable" class="anchor"></a><code><span><span class="keyword">val</span> unreachable : <span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span> <span>unit <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-case"><a href="#val-case" class="anchor"></a><code><span><span class="keyword">val</span> case :
|
||||
<a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-unreachable"><a href="#val-unreachable" class="anchor"></a><code><span><span class="keyword">val</span> unreachable : <span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span> <span>unit <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-case"><a href="#val-case" class="anchor"></a><code><span><span class="keyword">val</span> case :
|
||||
<span><a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a> <span class="arrow">-></span></span>
|
||||
<span>?guard:<a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?guard</span>:<a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-case">Parsetree.case</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-binding_op"><a href="#val-binding_op" class="anchor"></a><code><span><span class="keyword">val</span> binding_op :
|
||||
<span><a href="../index.html#type-str">str</a> <span class="arrow">-></span></span>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Incl (ocaml.Ast_helper.Incl)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../index.html">Ast_helper</a> » Incl</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Incl</span></code></h1><p>Includes</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span>?docs:<a href="../../Docstrings/index.html#type-docs">Docstrings.docs</a> <span class="arrow">-></span></span>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Incl (ocaml.Ast_helper.Incl)</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">ocaml</a> » <a href="../index.html">Ast_helper</a> » Incl</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Incl</span></code></h1><p>Includes</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?docs</span>:<a href="../../Docstrings/index.html#type-docs">Docstrings.docs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="type-var">'a</span> <span class="arrow">-></span></span>
|
||||
<span><span class="type-var">'a</span> <a href="../../Parsetree/index.html#type-include_infos">Parsetree.include_infos</a></span></span></code></div></div></div></body></html>
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Mb (ocaml.Ast_helper.Mb)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../index.html">Ast_helper</a> » Mb</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Mb</span></code></h1><p>Module bindings</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span>?docs:<a href="../../Docstrings/index.html#type-docs">Docstrings.docs</a> <span class="arrow">-></span></span>
|
||||
<span>?text:<a href="../../Docstrings/index.html#type-text">Docstrings.text</a> <span class="arrow">-></span></span>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Mb (ocaml.Ast_helper.Mb)</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">ocaml</a> » <a href="../index.html">Ast_helper</a> » Mb</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Mb</span></code></h1><p>Module bindings</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?docs</span>:<a href="../../Docstrings/index.html#type-docs">Docstrings.docs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?text</span>:<a href="../../Docstrings/index.html#type-text">Docstrings.text</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../index.html#type-str_opt">str_opt</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-module_expr">Parsetree.module_expr</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-module_binding">Parsetree.module_binding</a></span></code></div></div></div></body></html>
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Md (ocaml.Ast_helper.Md)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../index.html">Ast_helper</a> » Md</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Md</span></code></h1><p>Module declarations</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span>?docs:<a href="../../Docstrings/index.html#type-docs">Docstrings.docs</a> <span class="arrow">-></span></span>
|
||||
<span>?text:<a href="../../Docstrings/index.html#type-text">Docstrings.text</a> <span class="arrow">-></span></span>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Md (ocaml.Ast_helper.Md)</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">ocaml</a> » <a href="../index.html">Ast_helper</a> » Md</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Md</span></code></h1><p>Module declarations</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?docs</span>:<a href="../../Docstrings/index.html#type-docs">Docstrings.docs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?text</span>:<a href="../../Docstrings/index.html#type-text">Docstrings.text</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../index.html#type-str_opt">str_opt</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-module_type">Parsetree.module_type</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-module_declaration">Parsetree.module_declaration</a></span></code></div></div></div></body></html>
|
||||
|
|
@ -1,40 +1,40 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Mod (ocaml.Ast_helper.Mod)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../index.html">Ast_helper</a> » Mod</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Mod</span></code></h1><p>Module expressions</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Mod (ocaml.Ast_helper.Mod)</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">ocaml</a> » <a href="../index.html">Ast_helper</a> » Mod</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Mod</span></code></h1><p>Module expressions</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-module_expr_desc">Parsetree.module_expr_desc</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-module_expr">Parsetree.module_expr</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-attr"><a href="#val-attr" class="anchor"></a><code><span><span class="keyword">val</span> attr :
|
||||
<span><a href="../../Parsetree/index.html#type-module_expr">Parsetree.module_expr</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-attribute">Parsetree.attribute</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-module_expr">Parsetree.module_expr</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-ident"><a href="#val-ident" class="anchor"></a><code><span><span class="keyword">val</span> ident : <span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span> <span><a href="../index.html#type-lid">lid</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-module_expr">Parsetree.module_expr</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-structure"><a href="#val-structure" class="anchor"></a><code><span><span class="keyword">val</span> structure :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-module_expr">Parsetree.module_expr</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-ident"><a href="#val-ident" class="anchor"></a><code><span><span class="keyword">val</span> ident : <span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span> <span><a href="../index.html#type-lid">lid</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-module_expr">Parsetree.module_expr</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-structure"><a href="#val-structure" class="anchor"></a><code><span><span class="keyword">val</span> structure :
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-structure">Parsetree.structure</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-module_expr">Parsetree.module_expr</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-functor_"><a href="#val-functor_" class="anchor"></a><code><span><span class="keyword">val</span> functor_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-functor_parameter">Parsetree.functor_parameter</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-module_expr">Parsetree.module_expr</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-module_expr">Parsetree.module_expr</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-apply"><a href="#val-apply" class="anchor"></a><code><span><span class="keyword">val</span> apply :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-module_expr">Parsetree.module_expr</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-module_expr">Parsetree.module_expr</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-module_expr">Parsetree.module_expr</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-apply_unit"><a href="#val-apply_unit" class="anchor"></a><code><span><span class="keyword">val</span> apply_unit :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-module_expr">Parsetree.module_expr</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-module_expr">Parsetree.module_expr</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-constraint_"><a href="#val-constraint_" class="anchor"></a><code><span><span class="keyword">val</span> constraint_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-module_expr">Parsetree.module_expr</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-module_type">Parsetree.module_type</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-module_expr">Parsetree.module_expr</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-unpack"><a href="#val-unpack" class="anchor"></a><code><span><span class="keyword">val</span> unpack :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-module_expr">Parsetree.module_expr</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-extension"><a href="#val-extension" class="anchor"></a><code><span><span class="keyword">val</span> extension :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-extension">Parsetree.extension</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-module_expr">Parsetree.module_expr</a></span></code></div></div></div></body></html>
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Ms (ocaml.Ast_helper.Ms)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../index.html">Ast_helper</a> » Ms</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Ms</span></code></h1><p>Module substitutions</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span>?docs:<a href="../../Docstrings/index.html#type-docs">Docstrings.docs</a> <span class="arrow">-></span></span>
|
||||
<span>?text:<a href="../../Docstrings/index.html#type-text">Docstrings.text</a> <span class="arrow">-></span></span>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Ms (ocaml.Ast_helper.Ms)</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">ocaml</a> » <a href="../index.html">Ast_helper</a> » Ms</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Ms</span></code></h1><p>Module substitutions</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?docs</span>:<a href="../../Docstrings/index.html#type-docs">Docstrings.docs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?text</span>:<a href="../../Docstrings/index.html#type-text">Docstrings.text</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../index.html#type-str">str</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../index.html#type-lid">lid</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-module_substitution">Parsetree.module_substitution</a></span></code></div></div></div></body></html>
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Mtd (ocaml.Ast_helper.Mtd)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../index.html">Ast_helper</a> » Mtd</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Mtd</span></code></h1><p>Module type declarations</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span>?docs:<a href="../../Docstrings/index.html#type-docs">Docstrings.docs</a> <span class="arrow">-></span></span>
|
||||
<span>?text:<a href="../../Docstrings/index.html#type-text">Docstrings.text</a> <span class="arrow">-></span></span>
|
||||
<span>?typ:<a href="../../Parsetree/index.html#type-module_type">Parsetree.module_type</a> <span class="arrow">-></span></span>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Mtd (ocaml.Ast_helper.Mtd)</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">ocaml</a> » <a href="../index.html">Ast_helper</a> » Mtd</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Mtd</span></code></h1><p>Module type declarations</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?docs</span>:<a href="../../Docstrings/index.html#type-docs">Docstrings.docs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?text</span>:<a href="../../Docstrings/index.html#type-text">Docstrings.text</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?typ</span>:<a href="../../Parsetree/index.html#type-module_type">Parsetree.module_type</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../index.html#type-str">str</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-module_type_declaration">Parsetree.module_type_declaration</a></span></code></div></div></div></body></html>
|
||||
|
|
@ -1,31 +1,31 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Mty (ocaml.Ast_helper.Mty)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../index.html">Ast_helper</a> » Mty</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Mty</span></code></h1><p>Module type expressions</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Mty (ocaml.Ast_helper.Mty)</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">ocaml</a> » <a href="../index.html">Ast_helper</a> » Mty</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Mty</span></code></h1><p>Module type expressions</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-module_type_desc">Parsetree.module_type_desc</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-module_type">Parsetree.module_type</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-attr"><a href="#val-attr" class="anchor"></a><code><span><span class="keyword">val</span> attr :
|
||||
<span><a href="../../Parsetree/index.html#type-module_type">Parsetree.module_type</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-attribute">Parsetree.attribute</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-module_type">Parsetree.module_type</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-ident"><a href="#val-ident" class="anchor"></a><code><span><span class="keyword">val</span> ident : <span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span> <span><a href="../index.html#type-lid">lid</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-module_type">Parsetree.module_type</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-alias"><a href="#val-alias" class="anchor"></a><code><span><span class="keyword">val</span> alias : <span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span> <span><a href="../index.html#type-lid">lid</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-module_type">Parsetree.module_type</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-signature"><a href="#val-signature" class="anchor"></a><code><span><span class="keyword">val</span> signature :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-module_type">Parsetree.module_type</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-ident"><a href="#val-ident" class="anchor"></a><code><span><span class="keyword">val</span> ident : <span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span> <span><a href="../index.html#type-lid">lid</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-module_type">Parsetree.module_type</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-alias"><a href="#val-alias" class="anchor"></a><code><span><span class="keyword">val</span> alias : <span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span> <span><a href="../index.html#type-lid">lid</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-module_type">Parsetree.module_type</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-signature"><a href="#val-signature" class="anchor"></a><code><span><span class="keyword">val</span> signature :
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-signature">Parsetree.signature</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-module_type">Parsetree.module_type</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-functor_"><a href="#val-functor_" class="anchor"></a><code><span><span class="keyword">val</span> functor_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-functor_parameter">Parsetree.functor_parameter</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-module_type">Parsetree.module_type</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-module_type">Parsetree.module_type</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-with_"><a href="#val-with_" class="anchor"></a><code><span><span class="keyword">val</span> with_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-module_type">Parsetree.module_type</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-with_constraint">Parsetree.with_constraint</a> list</span> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-module_type">Parsetree.module_type</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-typeof_"><a href="#val-typeof_" class="anchor"></a><code><span><span class="keyword">val</span> typeof_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-module_expr">Parsetree.module_expr</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-module_type">Parsetree.module_type</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-extension"><a href="#val-extension" class="anchor"></a><code><span><span class="keyword">val</span> extension :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-extension">Parsetree.extension</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-module_type">Parsetree.module_type</a></span></code></div></div></div></body></html>
|
||||
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Of (ocaml.Ast_helper.Of)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../index.html">Ast_helper</a> » Of</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Of</span></code></h1><p>Object fields</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Of (ocaml.Ast_helper.Of)</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">ocaml</a> » <a href="../index.html">Ast_helper</a> » Of</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Of</span></code></h1><p>Object fields</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-object_field_desc">Parsetree.object_field_desc</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-object_field">Parsetree.object_field</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-tag"><a href="#val-tag" class="anchor"></a><code><span><span class="keyword">val</span> tag :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Asttypes/index.html#type-label">Asttypes.label</a> <a href="../index.html#type-with_loc">with_loc</a></span> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-object_field">Parsetree.object_field</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-inherit_"><a href="#val-inherit_" class="anchor"></a><code><span><span class="keyword">val</span> inherit_ : <span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-object_field">Parsetree.object_field</a></span></code></div></div></div></body></html>
|
||||
<a href="../../Parsetree/index.html#type-object_field">Parsetree.object_field</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-inherit_"><a href="#val-inherit_" class="anchor"></a><code><span><span class="keyword">val</span> inherit_ : <span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-object_field">Parsetree.object_field</a></span></code></div></div></div></body></html>
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Opn (ocaml.Ast_helper.Opn)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../index.html">Ast_helper</a> » Opn</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Opn</span></code></h1><p>Opens</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span>?docs:<a href="../../Docstrings/index.html#type-docs">Docstrings.docs</a> <span class="arrow">-></span></span>
|
||||
<span>?override:<a href="../../Asttypes/index.html#type-override_flag">Asttypes.override_flag</a> <span class="arrow">-></span></span>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Opn (ocaml.Ast_helper.Opn)</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">ocaml</a> » <a href="../index.html">Ast_helper</a> » Opn</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Opn</span></code></h1><p>Opens</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?docs</span>:<a href="../../Docstrings/index.html#type-docs">Docstrings.docs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?override</span>:<a href="../../Asttypes/index.html#type-override_flag">Asttypes.override_flag</a> <span class="arrow">-></span></span>
|
||||
<span><span class="type-var">'a</span> <span class="arrow">-></span></span>
|
||||
<span><span class="type-var">'a</span> <a href="../../Parsetree/index.html#type-open_infos">Parsetree.open_infos</a></span></span></code></div></div></div></body></html>
|
||||
|
|
@ -1,66 +1,66 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Pat (ocaml.Ast_helper.Pat)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../index.html">Ast_helper</a> » Pat</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Pat</span></code></h1><p>Patterns</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Pat (ocaml.Ast_helper.Pat)</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">ocaml</a> » <a href="../index.html">Ast_helper</a> » Pat</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Pat</span></code></h1><p>Patterns</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-pattern_desc">Parsetree.pattern_desc</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-attr"><a href="#val-attr" class="anchor"></a><code><span><span class="keyword">val</span> attr : <span><a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-attribute">Parsetree.attribute</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-any"><a href="#val-any" class="anchor"></a><code><span><span class="keyword">val</span> any : <span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span> <span>unit <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-var"><a href="#val-var" class="anchor"></a><code><span><span class="keyword">val</span> var : <span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span> <span><a href="../index.html#type-str">str</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-alias"><a href="#val-alias" class="anchor"></a><code><span><span class="keyword">val</span> alias :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-attr"><a href="#val-attr" class="anchor"></a><code><span><span class="keyword">val</span> attr : <span><a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-attribute">Parsetree.attribute</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-any"><a href="#val-any" class="anchor"></a><code><span><span class="keyword">val</span> any : <span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span> <span>unit <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-var"><a href="#val-var" class="anchor"></a><code><span><span class="keyword">val</span> var : <span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span> <span><a href="../index.html#type-str">str</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-alias"><a href="#val-alias" class="anchor"></a><code><span><span class="keyword">val</span> alias :
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../index.html#type-str">str</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-constant"><a href="#val-constant" class="anchor"></a><code><span><span class="keyword">val</span> constant :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-constant">Parsetree.constant</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-interval"><a href="#val-interval" class="anchor"></a><code><span><span class="keyword">val</span> interval :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-constant">Parsetree.constant</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-constant">Parsetree.constant</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-tuple"><a href="#val-tuple" class="anchor"></a><code><span><span class="keyword">val</span> tuple :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a> list</span> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-construct"><a href="#val-construct" class="anchor"></a><code><span><span class="keyword">val</span> construct :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../index.html#type-lid">lid</a> <span class="arrow">-></span></span>
|
||||
<span><span><span>(<span><a href="../index.html#type-str">str</a> list</span> * <a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a>)</span> option</span> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-variant"><a href="#val-variant" class="anchor"></a><code><span><span class="keyword">val</span> variant :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Asttypes/index.html#type-label">Asttypes.label</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a> option</span> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-record"><a href="#val-record" class="anchor"></a><code><span><span class="keyword">val</span> record :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span><span>(<a href="../index.html#type-lid">lid</a> * <a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a>)</span> list</span> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Asttypes/index.html#type-closed_flag">Asttypes.closed_flag</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-array"><a href="#val-array" class="anchor"></a><code><span><span class="keyword">val</span> array :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a> list</span> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-or_"><a href="#val-or_" class="anchor"></a><code><span><span class="keyword">val</span> or_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-constraint_"><a href="#val-constraint_" class="anchor"></a><code><span><span class="keyword">val</span> constraint_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-type_"><a href="#val-type_" class="anchor"></a><code><span><span class="keyword">val</span> type_ : <span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span> <span><a href="../index.html#type-lid">lid</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-lazy_"><a href="#val-lazy_" class="anchor"></a><code><span><span class="keyword">val</span> lazy_ : <span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-unpack"><a href="#val-unpack" class="anchor"></a><code><span><span class="keyword">val</span> unpack : <span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span> <span><a href="../index.html#type-str_opt">str_opt</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-open_"><a href="#val-open_" class="anchor"></a><code><span><span class="keyword">val</span> open_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-type_"><a href="#val-type_" class="anchor"></a><code><span><span class="keyword">val</span> type_ : <span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span> <span><a href="../index.html#type-lid">lid</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-lazy_"><a href="#val-lazy_" class="anchor"></a><code><span><span class="keyword">val</span> lazy_ : <span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-unpack"><a href="#val-unpack" class="anchor"></a><code><span><span class="keyword">val</span> unpack : <span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span> <span><a href="../index.html#type-str_opt">str_opt</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-open_"><a href="#val-open_" class="anchor"></a><code><span><span class="keyword">val</span> open_ :
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../index.html#type-lid">lid</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-exception_"><a href="#val-exception_" class="anchor"></a><code><span><span class="keyword">val</span> exception_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-extension"><a href="#val-extension" class="anchor"></a><code><span><span class="keyword">val</span> extension :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-extension">Parsetree.extension</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a></span></code></div></div></div></body></html>
|
||||
|
|
@ -1,12 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Rf (ocaml.Ast_helper.Rf)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../index.html">Ast_helper</a> » Rf</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Rf</span></code></h1><p>Row fields</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Rf (ocaml.Ast_helper.Rf)</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">ocaml</a> » <a href="../index.html">Ast_helper</a> » Rf</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Rf</span></code></h1><p>Row fields</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-row_field_desc">Parsetree.row_field_desc</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-row_field">Parsetree.row_field</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-tag"><a href="#val-tag" class="anchor"></a><code><span><span class="keyword">val</span> tag :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Asttypes/index.html#type-label">Asttypes.label</a> <a href="../index.html#type-with_loc">with_loc</a></span> <span class="arrow">-></span></span>
|
||||
<span>bool <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> list</span> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-row_field">Parsetree.row_field</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-inherit_"><a href="#val-inherit_" class="anchor"></a><code><span><span class="keyword">val</span> inherit_ : <span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-row_field">Parsetree.row_field</a></span></code></div></div></div></body></html>
|
||||
<a href="../../Parsetree/index.html#type-row_field">Parsetree.row_field</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-inherit_"><a href="#val-inherit_" class="anchor"></a><code><span><span class="keyword">val</span> inherit_ : <span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-row_field">Parsetree.row_field</a></span></code></div></div></div></body></html>
|
||||
|
|
|
|||
|
|
@ -1,43 +1,43 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Sig (ocaml.Ast_helper.Sig)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../index.html">Ast_helper</a> » Sig</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Sig</span></code></h1><p>Signature items</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk : <span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-signature_item_desc">Parsetree.signature_item_desc</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-signature_item">Parsetree.signature_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-value"><a href="#val-value" class="anchor"></a><code><span><span class="keyword">val</span> value : <span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-value_description">Parsetree.value_description</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-signature_item">Parsetree.signature_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-type_"><a href="#val-type_" class="anchor"></a><code><span><span class="keyword">val</span> type_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Sig (ocaml.Ast_helper.Sig)</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">ocaml</a> » <a href="../index.html">Ast_helper</a> » Sig</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Sig</span></code></h1><p>Signature items</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk : <span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-signature_item_desc">Parsetree.signature_item_desc</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-signature_item">Parsetree.signature_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-value"><a href="#val-value" class="anchor"></a><code><span><span class="keyword">val</span> value : <span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-value_description">Parsetree.value_description</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-signature_item">Parsetree.signature_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-type_"><a href="#val-type_" class="anchor"></a><code><span><span class="keyword">val</span> type_ :
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Asttypes/index.html#type-rec_flag">Asttypes.rec_flag</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-type_declaration">Parsetree.type_declaration</a> list</span> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-signature_item">Parsetree.signature_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-type_subst"><a href="#val-type_subst" class="anchor"></a><code><span><span class="keyword">val</span> type_subst :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-type_declaration">Parsetree.type_declaration</a> list</span> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-signature_item">Parsetree.signature_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-type_extension"><a href="#val-type_extension" class="anchor"></a><code><span><span class="keyword">val</span> type_extension :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-type_extension">Parsetree.type_extension</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-signature_item">Parsetree.signature_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-exception_"><a href="#val-exception_" class="anchor"></a><code><span><span class="keyword">val</span> exception_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-type_exception">Parsetree.type_exception</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-signature_item">Parsetree.signature_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-module_"><a href="#val-module_" class="anchor"></a><code><span><span class="keyword">val</span> module_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-module_declaration">Parsetree.module_declaration</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-signature_item">Parsetree.signature_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-mod_subst"><a href="#val-mod_subst" class="anchor"></a><code><span><span class="keyword">val</span> mod_subst :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-module_substitution">Parsetree.module_substitution</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-signature_item">Parsetree.signature_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-rec_module"><a href="#val-rec_module" class="anchor"></a><code><span><span class="keyword">val</span> rec_module :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-module_declaration">Parsetree.module_declaration</a> list</span> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-signature_item">Parsetree.signature_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-modtype"><a href="#val-modtype" class="anchor"></a><code><span><span class="keyword">val</span> modtype :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-module_type_declaration">Parsetree.module_type_declaration</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-signature_item">Parsetree.signature_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-modtype_subst"><a href="#val-modtype_subst" class="anchor"></a><code><span><span class="keyword">val</span> modtype_subst :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-module_type_declaration">Parsetree.module_type_declaration</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-signature_item">Parsetree.signature_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-open_"><a href="#val-open_" class="anchor"></a><code><span><span class="keyword">val</span> open_ : <span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-open_description">Parsetree.open_description</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-signature_item">Parsetree.signature_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-include_"><a href="#val-include_" class="anchor"></a><code><span><span class="keyword">val</span> include_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-signature_item">Parsetree.signature_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-open_"><a href="#val-open_" class="anchor"></a><code><span><span class="keyword">val</span> open_ : <span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-open_description">Parsetree.open_description</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-signature_item">Parsetree.signature_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-include_"><a href="#val-include_" class="anchor"></a><code><span><span class="keyword">val</span> include_ :
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-include_description">Parsetree.include_description</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-signature_item">Parsetree.signature_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-class_"><a href="#val-class_" class="anchor"></a><code><span><span class="keyword">val</span> class_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-class_description">Parsetree.class_description</a> list</span> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-signature_item">Parsetree.signature_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-class_type"><a href="#val-class_type" class="anchor"></a><code><span><span class="keyword">val</span> class_type :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-class_type_declaration">Parsetree.class_type_declaration</a> list</span> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-signature_item">Parsetree.signature_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-extension"><a href="#val-extension" class="anchor"></a><code><span><span class="keyword">val</span> extension :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-extension">Parsetree.extension</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-signature_item">Parsetree.signature_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-attribute"><a href="#val-attribute" class="anchor"></a><code><span><span class="keyword">val</span> attribute : <span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-attribute">Parsetree.attribute</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-signature_item">Parsetree.signature_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-text"><a href="#val-text" class="anchor"></a><code><span><span class="keyword">val</span> text : <span><a href="../../Docstrings/index.html#type-text">Docstrings.text</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-signature_item">Parsetree.signature_item</a> list</span></span></code></div></div></div></body></html>
|
||||
<a href="../../Parsetree/index.html#type-signature_item">Parsetree.signature_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-attribute"><a href="#val-attribute" class="anchor"></a><code><span><span class="keyword">val</span> attribute : <span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-attribute">Parsetree.attribute</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-signature_item">Parsetree.signature_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-text"><a href="#val-text" class="anchor"></a><code><span><span class="keyword">val</span> text : <span><a href="../../Docstrings/index.html#type-text">Docstrings.text</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-signature_item">Parsetree.signature_item</a> list</span></span></code></div></div></div></body></html>
|
||||
|
|
|
|||
|
|
@ -1,42 +1,42 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Str (ocaml.Ast_helper.Str)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../index.html">Ast_helper</a> » Str</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Str</span></code></h1><p>Structure items</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk : <span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-structure_item_desc">Parsetree.structure_item_desc</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-structure_item">Parsetree.structure_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-eval"><a href="#val-eval" class="anchor"></a><code><span><span class="keyword">val</span> eval :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../../Parsetree/index.html#type-attributes">Parsetree.attributes</a> <span class="arrow">-></span></span>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Str (ocaml.Ast_helper.Str)</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">ocaml</a> » <a href="../index.html">Ast_helper</a> » Str</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Str</span></code></h1><p>Structure items</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk : <span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-structure_item_desc">Parsetree.structure_item_desc</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-structure_item">Parsetree.structure_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-eval"><a href="#val-eval" class="anchor"></a><code><span><span class="keyword">val</span> eval :
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../../Parsetree/index.html#type-attributes">Parsetree.attributes</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-structure_item">Parsetree.structure_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-value"><a href="#val-value" class="anchor"></a><code><span><span class="keyword">val</span> value :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Asttypes/index.html#type-rec_flag">Asttypes.rec_flag</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-value_binding">Parsetree.value_binding</a> list</span> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-structure_item">Parsetree.structure_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-primitive"><a href="#val-primitive" class="anchor"></a><code><span><span class="keyword">val</span> primitive :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-value_description">Parsetree.value_description</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-structure_item">Parsetree.structure_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-type_"><a href="#val-type_" class="anchor"></a><code><span><span class="keyword">val</span> type_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Asttypes/index.html#type-rec_flag">Asttypes.rec_flag</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-type_declaration">Parsetree.type_declaration</a> list</span> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-structure_item">Parsetree.structure_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-type_extension"><a href="#val-type_extension" class="anchor"></a><code><span><span class="keyword">val</span> type_extension :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-type_extension">Parsetree.type_extension</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-structure_item">Parsetree.structure_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-exception_"><a href="#val-exception_" class="anchor"></a><code><span><span class="keyword">val</span> exception_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-type_exception">Parsetree.type_exception</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-structure_item">Parsetree.structure_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-module_"><a href="#val-module_" class="anchor"></a><code><span><span class="keyword">val</span> module_ : <span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-module_binding">Parsetree.module_binding</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-structure_item">Parsetree.structure_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-rec_module"><a href="#val-rec_module" class="anchor"></a><code><span><span class="keyword">val</span> rec_module :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-structure_item">Parsetree.structure_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-module_"><a href="#val-module_" class="anchor"></a><code><span><span class="keyword">val</span> module_ : <span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-module_binding">Parsetree.module_binding</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-structure_item">Parsetree.structure_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-rec_module"><a href="#val-rec_module" class="anchor"></a><code><span><span class="keyword">val</span> rec_module :
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-module_binding">Parsetree.module_binding</a> list</span> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-structure_item">Parsetree.structure_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-modtype"><a href="#val-modtype" class="anchor"></a><code><span><span class="keyword">val</span> modtype :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-module_type_declaration">Parsetree.module_type_declaration</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-structure_item">Parsetree.structure_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-open_"><a href="#val-open_" class="anchor"></a><code><span><span class="keyword">val</span> open_ : <span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-open_declaration">Parsetree.open_declaration</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-structure_item">Parsetree.structure_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-class_"><a href="#val-class_" class="anchor"></a><code><span><span class="keyword">val</span> class_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-structure_item">Parsetree.structure_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-open_"><a href="#val-open_" class="anchor"></a><code><span><span class="keyword">val</span> open_ : <span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-open_declaration">Parsetree.open_declaration</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-structure_item">Parsetree.structure_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-class_"><a href="#val-class_" class="anchor"></a><code><span><span class="keyword">val</span> class_ :
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-class_declaration">Parsetree.class_declaration</a> list</span> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-structure_item">Parsetree.structure_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-class_type"><a href="#val-class_type" class="anchor"></a><code><span><span class="keyword">val</span> class_type :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-class_type_declaration">Parsetree.class_type_declaration</a> list</span> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-structure_item">Parsetree.structure_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-include_"><a href="#val-include_" class="anchor"></a><code><span><span class="keyword">val</span> include_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-include_declaration">Parsetree.include_declaration</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-structure_item">Parsetree.structure_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-extension"><a href="#val-extension" class="anchor"></a><code><span><span class="keyword">val</span> extension :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-extension">Parsetree.extension</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-structure_item">Parsetree.structure_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-attribute"><a href="#val-attribute" class="anchor"></a><code><span><span class="keyword">val</span> attribute : <span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-attribute">Parsetree.attribute</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-structure_item">Parsetree.structure_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-text"><a href="#val-text" class="anchor"></a><code><span><span class="keyword">val</span> text : <span><a href="../../Docstrings/index.html#type-text">Docstrings.text</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-structure_item">Parsetree.structure_item</a> list</span></span></code></div></div></div></body></html>
|
||||
<a href="../../Parsetree/index.html#type-structure_item">Parsetree.structure_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-attribute"><a href="#val-attribute" class="anchor"></a><code><span><span class="keyword">val</span> attribute : <span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-attribute">Parsetree.attribute</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-structure_item">Parsetree.structure_item</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-text"><a href="#val-text" class="anchor"></a><code><span><span class="keyword">val</span> text : <span><a href="../../Docstrings/index.html#type-text">Docstrings.text</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-structure_item">Parsetree.structure_item</a> list</span></span></code></div></div></div></body></html>
|
||||
|
|
|
|||
|
|
@ -1,39 +1,39 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Te (ocaml.Ast_helper.Te)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../index.html">Ast_helper</a> » Te</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Te</span></code></h1><p>Type extensions</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span>?docs:<a href="../../Docstrings/index.html#type-docs">Docstrings.docs</a> <span class="arrow">-></span></span>
|
||||
<span>?params:
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Te (ocaml.Ast_helper.Te)</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">ocaml</a> » <a href="../index.html">Ast_helper</a> » Te</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Te</span></code></h1><p>Type extensions</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?docs</span>:<a href="../../Docstrings/index.html#type-docs">Docstrings.docs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?params</span>:
|
||||
<span><span>(<a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> * <span>(<a href="../../Asttypes/index.html#type-variance">Asttypes.variance</a> * <a href="../../Asttypes/index.html#type-injectivity">Asttypes.injectivity</a>)</span>)</span> list</span> <span class="arrow">-></span></span>
|
||||
<span>?priv:<a href="../../Asttypes/index.html#type-private_flag">Asttypes.private_flag</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?priv</span>:<a href="../../Asttypes/index.html#type-private_flag">Asttypes.private_flag</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../index.html#type-lid">lid</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-extension_constructor">Parsetree.extension_constructor</a> list</span> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-type_extension">Parsetree.type_extension</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-mk_exception"><a href="#val-mk_exception" class="anchor"></a><code><span><span class="keyword">val</span> mk_exception :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span>?docs:<a href="../../Docstrings/index.html#type-docs">Docstrings.docs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?docs</span>:<a href="../../Docstrings/index.html#type-docs">Docstrings.docs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-extension_constructor">Parsetree.extension_constructor</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-type_exception">Parsetree.type_exception</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-constructor"><a href="#val-constructor" class="anchor"></a><code><span><span class="keyword">val</span> constructor :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span>?docs:<a href="../../Docstrings/index.html#type-docs">Docstrings.docs</a> <span class="arrow">-></span></span>
|
||||
<span>?info:<a href="../../Docstrings/index.html#type-info">Docstrings.info</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?docs</span>:<a href="../../Docstrings/index.html#type-docs">Docstrings.docs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?info</span>:<a href="../../Docstrings/index.html#type-info">Docstrings.info</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../index.html#type-str">str</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-extension_constructor_kind">Parsetree.extension_constructor_kind</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-extension_constructor">Parsetree.extension_constructor</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-decl"><a href="#val-decl" class="anchor"></a><code><span><span class="keyword">val</span> decl :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span>?docs:<a href="../../Docstrings/index.html#type-docs">Docstrings.docs</a> <span class="arrow">-></span></span>
|
||||
<span>?info:<a href="../../Docstrings/index.html#type-info">Docstrings.info</a> <span class="arrow">-></span></span>
|
||||
<span>?vars:<span><a href="../index.html#type-str">str</a> list</span> <span class="arrow">-></span></span>
|
||||
<span>?args:<a href="../../Parsetree/index.html#type-constructor_arguments">Parsetree.constructor_arguments</a> <span class="arrow">-></span></span>
|
||||
<span>?res:<a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?docs</span>:<a href="../../Docstrings/index.html#type-docs">Docstrings.docs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?info</span>:<a href="../../Docstrings/index.html#type-info">Docstrings.info</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?vars</span>:<span><a href="../index.html#type-str">str</a> list</span> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?args</span>:<a href="../../Parsetree/index.html#type-constructor_arguments">Parsetree.constructor_arguments</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?res</span>:<a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../index.html#type-str">str</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-extension_constructor">Parsetree.extension_constructor</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-rebind"><a href="#val-rebind" class="anchor"></a><code><span><span class="keyword">val</span> rebind :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span>?docs:<a href="../../Docstrings/index.html#type-docs">Docstrings.docs</a> <span class="arrow">-></span></span>
|
||||
<span>?info:<a href="../../Docstrings/index.html#type-info">Docstrings.info</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?docs</span>:<a href="../../Docstrings/index.html#type-docs">Docstrings.docs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?info</span>:<a href="../../Docstrings/index.html#type-info">Docstrings.info</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../index.html#type-str">str</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../index.html#type-lid">lid</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-extension_constructor">Parsetree.extension_constructor</a></span></code></div></div></div></body></html>
|
||||
|
|
@ -1,57 +1,57 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Typ (ocaml.Ast_helper.Typ)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../index.html">Ast_helper</a> » Typ</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Typ</span></code></h1><p>Type expressions</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Typ (ocaml.Ast_helper.Typ)</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">ocaml</a> » <a href="../index.html">Ast_helper</a> » Typ</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Typ</span></code></h1><p>Type expressions</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-core_type_desc">Parsetree.core_type_desc</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-attr"><a href="#val-attr" class="anchor"></a><code><span><span class="keyword">val</span> attr : <span><a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-attribute">Parsetree.attribute</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-any"><a href="#val-any" class="anchor"></a><code><span><span class="keyword">val</span> any : <span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span> <span>unit <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-var"><a href="#val-var" class="anchor"></a><code><span><span class="keyword">val</span> var : <span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span> <span>string <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-arrow"><a href="#val-arrow" class="anchor"></a><code><span><span class="keyword">val</span> arrow :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-attr"><a href="#val-attr" class="anchor"></a><code><span><span class="keyword">val</span> attr : <span><a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> <span class="arrow">-></span></span> <span><a href="../../Parsetree/index.html#type-attribute">Parsetree.attribute</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-any"><a href="#val-any" class="anchor"></a><code><span><span class="keyword">val</span> any : <span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span> <span>unit <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-var"><a href="#val-var" class="anchor"></a><code><span><span class="keyword">val</span> var : <span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span> <span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span> <span>string <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-arrow"><a href="#val-arrow" class="anchor"></a><code><span><span class="keyword">val</span> arrow :
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Asttypes/index.html#type-arg_label">Asttypes.arg_label</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-tuple"><a href="#val-tuple" class="anchor"></a><code><span><span class="keyword">val</span> tuple :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> list</span> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-constr"><a href="#val-constr" class="anchor"></a><code><span><span class="keyword">val</span> constr :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../index.html#type-lid">lid</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> list</span> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-object_"><a href="#val-object_" class="anchor"></a><code><span><span class="keyword">val</span> object_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-object_field">Parsetree.object_field</a> list</span> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Asttypes/index.html#type-closed_flag">Asttypes.closed_flag</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-class_"><a href="#val-class_" class="anchor"></a><code><span><span class="keyword">val</span> class_ :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../index.html#type-lid">lid</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> list</span> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-alias"><a href="#val-alias" class="anchor"></a><code><span><span class="keyword">val</span> alias :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> <span class="arrow">-></span></span>
|
||||
<span>string <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-variant"><a href="#val-variant" class="anchor"></a><code><span><span class="keyword">val</span> variant :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../../Parsetree/index.html#type-row_field">Parsetree.row_field</a> list</span> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Asttypes/index.html#type-closed_flag">Asttypes.closed_flag</a> <span class="arrow">-></span></span>
|
||||
<span><span><span><a href="../../Asttypes/index.html#type-label">Asttypes.label</a> list</span> option</span> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-poly"><a href="#val-poly" class="anchor"></a><code><span><span class="keyword">val</span> poly :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span><a href="../index.html#type-str">str</a> list</span> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-package"><a href="#val-package" class="anchor"></a><code><span><span class="keyword">val</span> package :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../index.html#type-lid">lid</a> <span class="arrow">-></span></span>
|
||||
<span><span><span>(<a href="../index.html#type-lid">lid</a> * <a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a>)</span> list</span> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-extension"><a href="#val-extension" class="anchor"></a><code><span><span class="keyword">val</span> extension :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-extension">Parsetree.extension</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-force_poly"><a href="#val-force_poly" class="anchor"></a><code><span><span class="keyword">val</span> force_poly : <span><a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> <span class="arrow">-></span></span> <a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-varify_constructors"><a href="#val-varify_constructors" class="anchor"></a><code><span><span class="keyword">val</span> varify_constructors :
|
||||
<span><span><a href="../index.html#type-str">str</a> list</span> <span class="arrow">-></span></span>
|
||||
|
|
|
|||
|
|
@ -1,29 +1,29 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Type (ocaml.Ast_helper.Type)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../index.html">Ast_helper</a> » Type</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Type</span></code></h1><p>Type declarations</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span>?docs:<a href="../../Docstrings/index.html#type-docs">Docstrings.docs</a> <span class="arrow">-></span></span>
|
||||
<span>?text:<a href="../../Docstrings/index.html#type-text">Docstrings.text</a> <span class="arrow">-></span></span>
|
||||
<span>?params:
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Type (ocaml.Ast_helper.Type)</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">ocaml</a> » <a href="../index.html">Ast_helper</a> » Type</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Type</span></code></h1><p>Type declarations</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?docs</span>:<a href="../../Docstrings/index.html#type-docs">Docstrings.docs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?text</span>:<a href="../../Docstrings/index.html#type-text">Docstrings.text</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?params</span>:
|
||||
<span><span>(<a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> * <span>(<a href="../../Asttypes/index.html#type-variance">Asttypes.variance</a> * <a href="../../Asttypes/index.html#type-injectivity">Asttypes.injectivity</a>)</span>)</span> list</span> <span class="arrow">-></span></span>
|
||||
<span>?cstrs:<span><span>(<a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> * <a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> * <a href="../index.html#type-loc">loc</a>)</span> list</span> <span class="arrow">-></span></span>
|
||||
<span>?kind:<a href="../../Parsetree/index.html#type-type_kind">Parsetree.type_kind</a> <span class="arrow">-></span></span>
|
||||
<span>?priv:<a href="../../Asttypes/index.html#type-private_flag">Asttypes.private_flag</a> <span class="arrow">-></span></span>
|
||||
<span>?manifest:<a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?cstrs</span>:<span><span>(<a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> * <a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> * <a href="../index.html#type-loc">loc</a>)</span> list</span> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?kind</span>:<a href="../../Parsetree/index.html#type-type_kind">Parsetree.type_kind</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?priv</span>:<a href="../../Asttypes/index.html#type-private_flag">Asttypes.private_flag</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?manifest</span>:<a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../index.html#type-str">str</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-type_declaration">Parsetree.type_declaration</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-constructor"><a href="#val-constructor" class="anchor"></a><code><span><span class="keyword">val</span> constructor :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span>?info:<a href="../../Docstrings/index.html#type-info">Docstrings.info</a> <span class="arrow">-></span></span>
|
||||
<span>?vars:<span><a href="../index.html#type-str">str</a> list</span> <span class="arrow">-></span></span>
|
||||
<span>?args:<a href="../../Parsetree/index.html#type-constructor_arguments">Parsetree.constructor_arguments</a> <span class="arrow">-></span></span>
|
||||
<span>?res:<a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?info</span>:<a href="../../Docstrings/index.html#type-info">Docstrings.info</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?vars</span>:<span><a href="../index.html#type-str">str</a> list</span> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?args</span>:<a href="../../Parsetree/index.html#type-constructor_arguments">Parsetree.constructor_arguments</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?res</span>:<a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../index.html#type-str">str</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-constructor_declaration">Parsetree.constructor_declaration</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-field"><a href="#val-field" class="anchor"></a><code><span><span class="keyword">val</span> field :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span>?info:<a href="../../Docstrings/index.html#type-info">Docstrings.info</a> <span class="arrow">-></span></span>
|
||||
<span>?mut:<a href="../../Asttypes/index.html#type-mutable_flag">Asttypes.mutable_flag</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?info</span>:<a href="../../Docstrings/index.html#type-info">Docstrings.info</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?mut</span>:<a href="../../Asttypes/index.html#type-mutable_flag">Asttypes.mutable_flag</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../index.html#type-str">str</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-label_declaration">Parsetree.label_declaration</a></span></code></div></div></div></body></html>
|
||||
|
|
@ -1,9 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Val (ocaml.Ast_helper.Val)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../index.html">Ast_helper</a> » Val</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Val</span></code></h1><p>Value declarations</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span>?docs:<a href="../../Docstrings/index.html#type-docs">Docstrings.docs</a> <span class="arrow">-></span></span>
|
||||
<span>?prim:<span>string list</span> <span class="arrow">-></span></span>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Val (ocaml.Ast_helper.Val)</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">ocaml</a> » <a href="../index.html">Ast_helper</a> » Val</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Val</span></code></h1><p>Value declarations</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?docs</span>:<a href="../../Docstrings/index.html#type-docs">Docstrings.docs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?prim</span>:<span>string list</span> <span class="arrow">-></span></span>
|
||||
<span><a href="../index.html#type-str">str</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-core_type">Parsetree.core_type</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-value_description">Parsetree.value_description</a></span></code></div></div></div></body></html>
|
||||
|
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Vb (ocaml.Ast_helper.Vb)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../index.html">Ast_helper</a> » Vb</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Vb</span></code></h1><p>Value bindings</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span>?loc:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span>?attrs:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span>?docs:<a href="../../Docstrings/index.html#type-docs">Docstrings.docs</a> <span class="arrow">-></span></span>
|
||||
<span>?text:<a href="../../Docstrings/index.html#type-text">Docstrings.text</a> <span class="arrow">-></span></span>
|
||||
<span>?value_constraint:<a href="../../Parsetree/index.html#type-value_constraint">Parsetree.value_constraint</a> <span class="arrow">-></span></span>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Vb (ocaml.Ast_helper.Vb)</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">ocaml</a> » <a href="../index.html">Ast_helper</a> » Vb</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_helper.Vb</span></code></h1><p>Value bindings</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-mk"><a href="#val-mk" class="anchor"></a><code><span><span class="keyword">val</span> mk :
|
||||
<span><span class="optlabel">?loc</span>:<a href="../index.html#type-loc">loc</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?attrs</span>:<a href="../index.html#type-attrs">attrs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?docs</span>:<a href="../../Docstrings/index.html#type-docs">Docstrings.docs</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?text</span>:<a href="../../Docstrings/index.html#type-text">Docstrings.text</a> <span class="arrow">-></span></span>
|
||||
<span><span class="optlabel">?value_constraint</span>:<a href="../../Parsetree/index.html#type-value_constraint">Parsetree.value_constraint</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-pattern">Parsetree.pattern</a> <span class="arrow">-></span></span>
|
||||
<span><a href="../../Parsetree/index.html#type-expression">Parsetree.expression</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Parsetree/index.html#type-value_binding">Parsetree.value_binding</a></span></code></div></div></div></body></html>
|
||||
File diff suppressed because one or more lines are too long
|
|
@ -1,2 +1,2 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Ast_invariants (ocaml.Ast_invariants)</title><link rel="stylesheet" href="../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » Ast_invariants</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_invariants</span></code></h1><p>Check AST invariants</p><p><b>Warning:</b> this module is unstable and part of <span class="xref-unresolved">compiler-libs</span>.</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-structure"><a href="#val-structure" class="anchor"></a><code><span><span class="keyword">val</span> structure : <span><a href="../Parsetree/index.html#type-structure">Parsetree.structure</a> <span class="arrow">-></span></span> unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-signature"><a href="#val-signature" class="anchor"></a><code><span><span class="keyword">val</span> signature : <span><a href="../Parsetree/index.html#type-signature">Parsetree.signature</a> <span class="arrow">-></span></span> unit</span></code></div></div></div></body></html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Ast_invariants (ocaml.Ast_invariants)</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">ocaml</a> » Ast_invariants</nav><header class="odoc-preamble"><h1>Module <code><span>Ast_invariants</span></code></h1><p>Check AST invariants</p><p><b>Warning:</b> this module is unstable and part of <span class="xref-unresolved" title="Compiler_libs">compiler-libs</span>.</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-structure"><a href="#val-structure" class="anchor"></a><code><span><span class="keyword">val</span> structure : <span><a href="../Parsetree/index.html#type-structure">Parsetree.structure</a> <span class="arrow">-></span></span> unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-signature"><a href="#val-signature" class="anchor"></a><code><span><span class="keyword">val</span> signature : <span><a href="../Parsetree/index.html#type-signature">Parsetree.signature</a> <span class="arrow">-></span></span> unit</span></code></div></div></div></body></html>
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Attr_helper (ocaml.Attr_helper)</title><link rel="stylesheet" href="../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » Attr_helper</nav><header class="odoc-preamble"><h1>Module <code><span>Attr_helper</span></code></h1><p>Helpers for attributes</p><p><b>Warning:</b> this module is unstable and part of <span class="xref-unresolved">compiler-libs</span>.</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-error"><a href="#type-error" class="anchor"></a><code><span><span class="keyword">type</span> error</span><span> = </span></code><ol><li id="type-error.Multiple_attributes" class="def variant constructor anchored"><a href="#type-error.Multiple_attributes" class="anchor"></a><code><span>| </span><span><span class="constructor">Multiple_attributes</span> <span class="keyword">of</span> string</span></code></li><li id="type-error.No_payload_expected" class="def variant constructor anchored"><a href="#type-error.No_payload_expected" class="anchor"></a><code><span>| </span><span><span class="constructor">No_payload_expected</span> <span class="keyword">of</span> string</span></code></li></ol></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-get_no_payload_attribute"><a href="#val-get_no_payload_attribute" class="anchor"></a><code><span><span class="keyword">val</span> get_no_payload_attribute :
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Attr_helper (ocaml.Attr_helper)</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">ocaml</a> » Attr_helper</nav><header class="odoc-preamble"><h1>Module <code><span>Attr_helper</span></code></h1><p>Helpers for attributes</p><p><b>Warning:</b> this module is unstable and part of <span class="xref-unresolved" title="Compiler_libs">compiler-libs</span>.</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-error"><a href="#type-error" class="anchor"></a><code><span><span class="keyword">type</span> error</span><span> = </span></code><ol><li id="type-error.Multiple_attributes" class="def variant constructor anchored"><a href="#type-error.Multiple_attributes" class="anchor"></a><code><span>| </span><span><span class="constructor">Multiple_attributes</span> <span class="keyword">of</span> string</span></code></li><li id="type-error.No_payload_expected" class="def variant constructor anchored"><a href="#type-error.No_payload_expected" class="anchor"></a><code><span>| </span><span><span class="constructor">No_payload_expected</span> <span class="keyword">of</span> string</span></code></li></ol></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-get_no_payload_attribute"><a href="#val-get_no_payload_attribute" class="anchor"></a><code><span><span class="keyword">val</span> get_no_payload_attribute :
|
||||
<span><span>string list</span> <span class="arrow">-></span></span>
|
||||
<span><a href="../Parsetree/index.html#type-attributes">Parsetree.attributes</a> <span class="arrow">-></span></span>
|
||||
<span><span>string <a href="../Asttypes/index.html#type-loc">Asttypes.loc</a></span> option</span></span></code></div><div class="spec-doc"><p>The <code>string list</code> argument of the following functions is a list of alternative names for the attribute we are looking for. For instance:</p><pre class="language-ocaml"><code>["foo"; "ocaml.foo"]</code></pre></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-has_no_payload_attribute"><a href="#val-has_no_payload_attribute" class="anchor"></a><code><span><span class="keyword">val</span> has_no_payload_attribute : <span><span>string list</span> <span class="arrow">-></span></span> <span><a href="../Parsetree/index.html#type-attributes">Parsetree.attributes</a> <span class="arrow">-></span></span> bool</span></code></div></div><div class="odoc-spec"><div class="spec exception anchored" id="exception-Error"><a href="#exception-Error" class="anchor"></a><code><span><span class="keyword">exception</span> </span><span><span class="exception">Error</span> <span class="keyword">of</span> <a href="../Location/index.html#type-t">Location.t</a> * <a href="#type-error">error</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-report_error"><a href="#val-report_error" class="anchor"></a><code><span><span class="keyword">val</span> report_error : <span><a href="../Stdlib/Format/index.html#type-formatter">Stdlib.Format.formatter</a> <span class="arrow">-></span></span> <span><a href="#type-error">error</a> <span class="arrow">-></span></span> unit</span></code></div></div></div></body></html>
|
||||
<span><span>string <a href="../Asttypes/index.html#type-loc">Asttypes.loc</a></span> option</span></span></code></div><div class="spec-doc"><p>The <code>string list</code> argument of the following functions is a list of alternative names for the attribute we are looking for. For instance:</p><pre class="language-ocaml"><code> ["foo"; "ocaml.foo"]</code></pre></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-has_no_payload_attribute"><a href="#val-has_no_payload_attribute" class="anchor"></a><code><span><span class="keyword">val</span> has_no_payload_attribute : <span><span>string list</span> <span class="arrow">-></span></span> <span><a href="../Parsetree/index.html#type-attributes">Parsetree.attributes</a> <span class="arrow">-></span></span> bool</span></code></div></div><div class="odoc-spec"><div class="spec exception anchored" id="exception-Error"><a href="#exception-Error" class="anchor"></a><code><span><span class="keyword">exception</span> </span><span><span class="exception">Error</span> <span class="keyword">of</span> <a href="../Location/index.html#type-t">Location.t</a> * <a href="#type-error">error</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-report_error"><a href="#val-report_error" class="anchor"></a><code><span><span class="keyword">val</span> report_error : <span><a href="../Stdlib/Format/index.html#type-formatter">Stdlib.Format.formatter</a> <span class="arrow">-></span></span> <span><a href="#type-error">error</a> <span class="arrow">-></span></span> unit</span></code></div></div></div></body></html>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Definition (ocaml.Augment_specialised_args.Definition)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../index.html">Augment_specialised_args</a> » Definition</nav><header class="odoc-preamble"><h1>Module <code><span>Augment_specialised_args.Definition</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-t"><a href="#type-t" class="anchor"></a><code><span><span class="keyword">type</span> t</span><span> = </span></code><ol><li id="type-t.Existing_inner_free_var" class="def variant constructor anchored"><a href="#type-t.Existing_inner_free_var" class="anchor"></a><code><span>| </span><span><span class="constructor">Existing_inner_free_var</span> <span class="keyword">of</span> <a href="../../Variable/index.html#type-t">Variable.t</a></span></code></li><li id="type-t.Projection_from_existing_specialised_arg" class="def variant constructor anchored"><a href="#type-t.Projection_from_existing_specialised_arg" class="anchor"></a><code><span>| </span><span><span class="constructor">Projection_from_existing_specialised_arg</span> <span class="keyword">of</span> <a href="../../Projection/index.html#type-t">Projection.t</a></span></code></li></ol></div></div></div></body></html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Definition (ocaml.Augment_specialised_args.Definition)</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">ocaml</a> » <a href="../index.html">Augment_specialised_args</a> » Definition</nav><header class="odoc-preamble"><h1>Module <code><span>Augment_specialised_args.Definition</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-t"><a href="#type-t" class="anchor"></a><code><span><span class="keyword">type</span> t</span><span> = </span></code><ol><li id="type-t.Existing_inner_free_var" class="def variant constructor anchored"><a href="#type-t.Existing_inner_free_var" class="anchor"></a><code><span>| </span><span><span class="constructor">Existing_inner_free_var</span> <span class="keyword">of</span> <a href="../../Variable/index.html#type-t">Variable.t</a></span></code></li><li id="type-t.Projection_from_existing_specialised_arg" class="def variant constructor anchored"><a href="#type-t.Projection_from_existing_specialised_arg" class="anchor"></a><code><span>| </span><span><span class="constructor">Projection_from_existing_specialised_arg</span> <span class="keyword">of</span> <a href="../../Projection/index.html#type-t">Projection.t</a></span></code></li></ol></div></div></div></body></html>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>_ (ocaml.Augment_specialised_args.Make._)</title><link rel="stylesheet" href="../../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../../index.html">Augment_specialised_args</a> » <a href="../index.html">Make</a> » _</nav><header class="odoc-preamble"><h1>Parameter <code><span>Make._</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-pass_name"><a href="#val-pass_name" class="anchor"></a><code><span><span class="keyword">val</span> pass_name : string</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-what_to_specialise"><a href="#val-what_to_specialise" class="anchor"></a><code><span><span class="keyword">val</span> what_to_specialise :
|
||||
<span>env:<a href="../../../Inline_and_simplify_aux/Env/index.html#type-t">Inline_and_simplify_aux.Env.t</a> <span class="arrow">-></span></span>
|
||||
<span>set_of_closures:<a href="../../../Flambda/index.html#type-set_of_closures">Flambda.set_of_closures</a> <span class="arrow">-></span></span>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>_ (ocaml.Augment_specialised_args.Make._)</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">ocaml</a> » <a href="../../index.html">Augment_specialised_args</a> » <a href="../index.html">Make</a> » _</nav><header class="odoc-preamble"><h1>Parameter <code><span>Make._</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-pass_name"><a href="#val-pass_name" class="anchor"></a><code><span><span class="keyword">val</span> pass_name : string</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-what_to_specialise"><a href="#val-what_to_specialise" class="anchor"></a><code><span><span class="keyword">val</span> what_to_specialise :
|
||||
<span><span class="label">env</span>:<a href="../../../Inline_and_simplify_aux/Env/index.html#type-t">Inline_and_simplify_aux.Env.t</a> <span class="arrow">-></span></span>
|
||||
<span><span class="label">set_of_closures</span>:<a href="../../../Flambda/index.html#type-set_of_closures">Flambda.set_of_closures</a> <span class="arrow">-></span></span>
|
||||
<a href="../../What_to_specialise/index.html#type-t">What_to_specialise.t</a></span></code></div></div></div></body></html>
|
||||
|
|
@ -1,11 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Make (ocaml.Augment_specialised_args.Make)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../index.html">Augment_specialised_args</a> » Make</nav><header class="odoc-preamble"><h1>Module <code><span>Augment_specialised_args.Make</span></code></h1></header><nav class="odoc-toc"><ul><li><a href="#parameters">Parameters</a></li><li><a href="#signature">Signature</a></li></ul></nav><div class="odoc-content"><h2 id="parameters"><a href="#parameters" class="anchor"></a>Parameters</h2><div class="odoc-spec"><div class="spec parameter anchored" id="argument-1-_"><a href="#argument-1-_" class="anchor"></a><code><span><span class="keyword">module</span> </span><span><a href="argument-1-_/index.html">_</a></span><span> : <a href="../module-type-S/index.html">S</a></span></code></div></div><h2 id="signature"><a href="#signature" class="anchor"></a>Signature</h2><div class="odoc-spec"><div class="spec value anchored" id="val-rewrite_set_of_closures"><a href="#val-rewrite_set_of_closures" class="anchor"></a><code><span><span class="keyword">val</span> rewrite_set_of_closures :
|
||||
<span>env:<a href="../../Inline_and_simplify_aux/Env/index.html#type-t">Inline_and_simplify_aux.Env.t</a> <span class="arrow">-></span></span>
|
||||
<span>duplicate_function:
|
||||
<span>(<span>env:<a href="../../Inline_and_simplify_aux/Env/index.html#type-t">Inline_and_simplify_aux.Env.t</a> <span class="arrow">-></span></span>
|
||||
<span>set_of_closures:<a href="../../Flambda/index.html#type-set_of_closures">Flambda.set_of_closures</a> <span class="arrow">-></span></span>
|
||||
<span>fun_var:<a href="../../Variable/index.html#type-t">Variable.t</a> <span class="arrow">-></span></span>
|
||||
<span>new_fun_var:<a href="../../Variable/index.html#type-t">Variable.t</a> <span class="arrow">-></span></span>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Make (ocaml.Augment_specialised_args.Make)</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">ocaml</a> » <a href="../index.html">Augment_specialised_args</a> » Make</nav><header class="odoc-preamble"><h1>Module <code><span>Augment_specialised_args.Make</span></code></h1></header><div class="odoc-tocs"><nav class="odoc-toc odoc-local-toc"><ul><li><a href="#parameters">Parameters</a></li><li><a href="#signature">Signature</a></li></ul></nav></div><div class="odoc-content"><h2 id="parameters"><a href="#parameters" class="anchor"></a>Parameters</h2><div class="odoc-spec"><div class="spec parameter anchored" id="argument-1-_"><a href="#argument-1-_" class="anchor"></a><code><span><span class="keyword">module</span> </span><span><a href="argument-1-_/index.html">_</a></span><span> : <a href="../module-type-S/index.html">S</a></span></code></div></div><h2 id="signature"><a href="#signature" class="anchor"></a>Signature</h2><div class="odoc-spec"><div class="spec value anchored" id="val-rewrite_set_of_closures"><a href="#val-rewrite_set_of_closures" class="anchor"></a><code><span><span class="keyword">val</span> rewrite_set_of_closures :
|
||||
<span><span class="label">env</span>:<a href="../../Inline_and_simplify_aux/Env/index.html#type-t">Inline_and_simplify_aux.Env.t</a> <span class="arrow">-></span></span>
|
||||
<span><span class="label">duplicate_function</span>:
|
||||
<span>(<span><span class="label">env</span>:<a href="../../Inline_and_simplify_aux/Env/index.html#type-t">Inline_and_simplify_aux.Env.t</a> <span class="arrow">-></span></span>
|
||||
<span><span class="label">set_of_closures</span>:<a href="../../Flambda/index.html#type-set_of_closures">Flambda.set_of_closures</a> <span class="arrow">-></span></span>
|
||||
<span><span class="label">fun_var</span>:<a href="../../Variable/index.html#type-t">Variable.t</a> <span class="arrow">-></span></span>
|
||||
<span><span class="label">new_fun_var</span>:<a href="../../Variable/index.html#type-t">Variable.t</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Flambda/index.html#type-function_declaration">Flambda.function_declaration</a> * <span><a href="../../Flambda/index.html#type-specialised_to">Flambda.specialised_to</a> <a href="../../Variable/Map/index.html#type-t">Variable.Map.t</a></span>)</span> <span class="arrow">-></span></span>
|
||||
<span>set_of_closures:<a href="../../Flambda/index.html#type-set_of_closures">Flambda.set_of_closures</a> <span class="arrow">-></span></span>
|
||||
<span><span class="label">set_of_closures</span>:<a href="../../Flambda/index.html#type-set_of_closures">Flambda.set_of_closures</a> <span class="arrow">-></span></span>
|
||||
<span><span>(<a href="../../Flambda/index.html#type-expr">Flambda.expr</a> * <a href="../../Inlining_cost/Benefit/index.html#type-t">Inlining_cost.Benefit.t</a>)</span> option</span></span></code></div><div class="spec-doc"><p><code>duplicate_function</code> should be <code>Inline_and_simplify.duplicate_function</code>.</p></div></div></div></body></html>
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>What_to_specialise (ocaml.Augment_specialised_args.What_to_specialise)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../index.html">Augment_specialised_args</a> » What_to_specialise</nav><header class="odoc-preamble"><h1>Module <code><span>Augment_specialised_args.What_to_specialise</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-t"><a href="#type-t" class="anchor"></a><code><span><span class="keyword">type</span> t</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-create"><a href="#val-create" class="anchor"></a><code><span><span class="keyword">val</span> create : <span>set_of_closures:<a href="../../Flambda/index.html#type-set_of_closures">Flambda.set_of_closures</a> <span class="arrow">-></span></span> <a href="#type-t">t</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-new_specialised_arg"><a href="#val-new_specialised_arg" class="anchor"></a><code><span><span class="keyword">val</span> new_specialised_arg :
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>What_to_specialise (ocaml.Augment_specialised_args.What_to_specialise)</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">ocaml</a> » <a href="../index.html">Augment_specialised_args</a> » What_to_specialise</nav><header class="odoc-preamble"><h1>Module <code><span>Augment_specialised_args.What_to_specialise</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-t"><a href="#type-t" class="anchor"></a><code><span><span class="keyword">type</span> t</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-create"><a href="#val-create" class="anchor"></a><code><span><span class="keyword">val</span> create : <span><span class="label">set_of_closures</span>:<a href="../../Flambda/index.html#type-set_of_closures">Flambda.set_of_closures</a> <span class="arrow">-></span></span> <a href="#type-t">t</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-new_specialised_arg"><a href="#val-new_specialised_arg" class="anchor"></a><code><span><span class="keyword">val</span> new_specialised_arg :
|
||||
<span><a href="#type-t">t</a> <span class="arrow">-></span></span>
|
||||
<span>fun_var:<a href="../../Variable/index.html#type-t">Variable.t</a> <span class="arrow">-></span></span>
|
||||
<span>group:<a href="../../Variable/index.html#type-t">Variable.t</a> <span class="arrow">-></span></span>
|
||||
<span>definition:<a href="../Definition/index.html#type-t">Definition.t</a> <span class="arrow">-></span></span>
|
||||
<a href="#type-t">t</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-make_direct_call_surrogate_for"><a href="#val-make_direct_call_surrogate_for" class="anchor"></a><code><span><span class="keyword">val</span> make_direct_call_surrogate_for : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> <span>fun_var:<a href="../../Variable/index.html#type-t">Variable.t</a> <span class="arrow">-></span></span> <a href="#type-t">t</a></span></code></div></div></div></body></html>
|
||||
<span><span class="label">fun_var</span>:<a href="../../Variable/index.html#type-t">Variable.t</a> <span class="arrow">-></span></span>
|
||||
<span><span class="label">group</span>:<a href="../../Variable/index.html#type-t">Variable.t</a> <span class="arrow">-></span></span>
|
||||
<span><span class="label">definition</span>:<a href="../Definition/index.html#type-t">Definition.t</a> <span class="arrow">-></span></span>
|
||||
<a href="#type-t">t</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-make_direct_call_surrogate_for"><a href="#val-make_direct_call_surrogate_for" class="anchor"></a><code><span><span class="keyword">val</span> make_direct_call_surrogate_for : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> <span><span class="label">fun_var</span>:<a href="../../Variable/index.html#type-t">Variable.t</a> <span class="arrow">-></span></span> <a href="#type-t">t</a></span></code></div></div></div></body></html>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Augment_specialised_args (ocaml.Augment_specialised_args)</title><link rel="stylesheet" href="../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » Augment_specialised_args</nav><header class="odoc-preamble"><h1>Module <code><span>Augment_specialised_args</span></code></h1><p>Helper module for adding specialised arguments to sets of closures.</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec module anchored" id="module-Definition"><a href="#module-Definition" class="anchor"></a><code><span><span class="keyword">module</span> <a href="Definition/index.html">Definition</a></span><span> : <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-What_to_specialise"><a href="#module-What_to_specialise" class="anchor"></a><code><span><span class="keyword">module</span> <a href="What_to_specialise/index.html">What_to_specialise</a></span><span> : <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div><div class="odoc-spec"><div class="spec module-type anchored" id="module-type-S"><a href="#module-type-S" class="anchor"></a><code><span><span class="keyword">module</span> <span class="keyword">type</span> <a href="module-type-S/index.html">S</a></span><span> = <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Make"><a href="#module-Make" class="anchor"></a><code><span><span class="keyword">module</span> <a href="Make/index.html">Make</a></span><span> (<a href="Make/argument-1-_/index.html">_</a> : <a href="module-type-S/index.html">S</a>) : <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div></div></body></html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Augment_specialised_args (ocaml.Augment_specialised_args)</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">ocaml</a> » Augment_specialised_args</nav><header class="odoc-preamble"><h1>Module <code><span>Augment_specialised_args</span></code></h1><p>Helper module for adding specialised arguments to sets of closures.</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec module anchored" id="module-Definition"><a href="#module-Definition" class="anchor"></a><code><span><span class="keyword">module</span> <a href="Definition/index.html">Definition</a></span><span> : <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-What_to_specialise"><a href="#module-What_to_specialise" class="anchor"></a><code><span><span class="keyword">module</span> <a href="What_to_specialise/index.html">What_to_specialise</a></span><span> : <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div><div class="odoc-spec"><div class="spec module-type anchored" id="module-type-S"><a href="#module-type-S" class="anchor"></a><code><span><span class="keyword">module</span> <span class="keyword">type</span> <a href="module-type-S/index.html">S</a></span><span> = <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Make"><a href="#module-Make" class="anchor"></a><code><span><span class="keyword">module</span> <a href="Make/index.html">Make</a></span><span> (<a href="Make/argument-1-_/index.html">_</a> : <a href="module-type-S/index.html">S</a>) : <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div></div></body></html>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>S (ocaml.Augment_specialised_args.S)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../index.html">Augment_specialised_args</a> » S</nav><header class="odoc-preamble"><h1>Module type <code><span>Augment_specialised_args.S</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-pass_name"><a href="#val-pass_name" class="anchor"></a><code><span><span class="keyword">val</span> pass_name : string</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-what_to_specialise"><a href="#val-what_to_specialise" class="anchor"></a><code><span><span class="keyword">val</span> what_to_specialise :
|
||||
<span>env:<a href="../../Inline_and_simplify_aux/Env/index.html#type-t">Inline_and_simplify_aux.Env.t</a> <span class="arrow">-></span></span>
|
||||
<span>set_of_closures:<a href="../../Flambda/index.html#type-set_of_closures">Flambda.set_of_closures</a> <span class="arrow">-></span></span>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>S (ocaml.Augment_specialised_args.S)</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">ocaml</a> » <a href="../index.html">Augment_specialised_args</a> » S</nav><header class="odoc-preamble"><h1>Module type <code><span>Augment_specialised_args.S</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-pass_name"><a href="#val-pass_name" class="anchor"></a><code><span><span class="keyword">val</span> pass_name : string</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-what_to_specialise"><a href="#val-what_to_specialise" class="anchor"></a><code><span><span class="keyword">val</span> what_to_specialise :
|
||||
<span><span class="label">env</span>:<a href="../../Inline_and_simplify_aux/Env/index.html#type-t">Inline_and_simplify_aux.Env.t</a> <span class="arrow">-></span></span>
|
||||
<span><span class="label">set_of_closures</span>:<a href="../../Flambda/index.html#type-set_of_closures">Flambda.set_of_closures</a> <span class="arrow">-></span></span>
|
||||
<a href="../What_to_specialise/index.html#type-t">What_to_specialise.t</a></span></code></div></div></div></body></html>
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Backend_intf (ocaml.Backend_intf)</title><link rel="stylesheet" href="../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » Backend_intf</nav><header class="odoc-preamble"><h1>Module <code><span>Backend_intf</span></code></h1><p>Knowledge that the middle end needs about the backend.</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec module-type anchored" id="module-type-S"><a href="#module-type-S" class="anchor"></a><code><span><span class="keyword">module</span> <span class="keyword">type</span> <a href="module-type-S/index.html">S</a></span><span> = <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div></div></body></html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Backend_intf (ocaml.Backend_intf)</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">ocaml</a> » Backend_intf</nav><header class="odoc-preamble"><h1>Module <code><span>Backend_intf</span></code></h1><p>Knowledge that the middle end needs about the backend.</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec module-type anchored" id="module-type-S"><a href="#module-type-S" class="anchor"></a><code><span><span class="keyword">module</span> <span class="keyword">type</span> <a href="module-type-S/index.html">S</a></span><span> = <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div></div></body></html>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>S (ocaml.Backend_intf.S)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../index.html">Backend_intf</a> » S</nav><header class="odoc-preamble"><h1>Module type <code><span>Backend_intf.S</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-symbol_for_global'"><a href="#val-symbol_for_global'" class="anchor"></a><code><span><span class="keyword">val</span> symbol_for_global' : <span><a href="../../Ident/index.html#type-t">Ident.t</a> <span class="arrow">-></span></span> <a href="../../Symbol/index.html#type-t">Symbol.t</a></span></code></div><div class="spec-doc"><p>Compute the symbol for the given identifier.</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>If the given approximation is that of a symbol (Value_symbol) or an external (Value_extern), attempt to find a more informative approximation from a previously-written compilation artifact. In the native code backend, for example, this might consult a .cmx file.</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><div class="odoc-spec"><div class="spec value anchored" id="val-closure_symbol"><a href="#val-closure_symbol" class="anchor"></a><code><span><span class="keyword">val</span> closure_symbol : <span><a href="../../Closure_id/index.html#type-t">Closure_id.t</a> <span class="arrow">-></span></span> <a href="../../Symbol/index.html#type-t">Symbol.t</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-size_int"><a href="#val-size_int" class="anchor"></a><code><span><span class="keyword">val</span> size_int : int</span></code></div><div class="spec-doc"><p>The natural size of an integer on the target architecture (cf. <code>Arch.size_int</code> in the native code backend).</p></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-big_endian"><a href="#val-big_endian" class="anchor"></a><code><span><span class="keyword">val</span> big_endian : bool</span></code></div><div class="spec-doc"><p><code>true</code> iff the target architecture is big endian.</p></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-max_sensible_number_of_arguments"><a href="#val-max_sensible_number_of_arguments" class="anchor"></a><code><span><span class="keyword">val</span> max_sensible_number_of_arguments : int</span></code></div><div class="spec-doc"><p>The maximum number of arguments that is reasonable for a function to have. This should be fewer than the threshold that causes non-self tail call optimization to be inhibited (in particular, if it would entail passing arguments on the stack; see <code>Selectgen</code>).</p></div></div></div></body></html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>S (ocaml.Backend_intf.S)</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">ocaml</a> » <a href="../index.html">Backend_intf</a> » S</nav><header class="odoc-preamble"><h1>Module type <code><span>Backend_intf.S</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-symbol_for_global'"><a href="#val-symbol_for_global'" class="anchor"></a><code><span><span class="keyword">val</span> symbol_for_global' : <span><a href="../../Ident/index.html#type-t">Ident.t</a> <span class="arrow">-></span></span> <a href="../../Symbol/index.html#type-t">Symbol.t</a></span></code></div><div class="spec-doc"><p>Compute the symbol for the given identifier.</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>If the given approximation is that of a symbol (Value_symbol) or an external (Value_extern), attempt to find a more informative approximation from a previously-written compilation artifact. In the native code backend, for example, this might consult a .cmx file.</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><div class="odoc-spec"><div class="spec value anchored" id="val-closure_symbol"><a href="#val-closure_symbol" class="anchor"></a><code><span><span class="keyword">val</span> closure_symbol : <span><a href="../../Closure_id/index.html#type-t">Closure_id.t</a> <span class="arrow">-></span></span> <a href="../../Symbol/index.html#type-t">Symbol.t</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-size_int"><a href="#val-size_int" class="anchor"></a><code><span><span class="keyword">val</span> size_int : int</span></code></div><div class="spec-doc"><p>The natural size of an integer on the target architecture (cf. <code>Arch.size_int</code> in the native code backend).</p></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-big_endian"><a href="#val-big_endian" class="anchor"></a><code><span><span class="keyword">val</span> big_endian : bool</span></code></div><div class="spec-doc"><p><code>true</code> iff the target architecture is big endian.</p></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-max_sensible_number_of_arguments"><a href="#val-max_sensible_number_of_arguments" class="anchor"></a><code><span><span class="keyword">val</span> max_sensible_number_of_arguments : int</span></code></div><div class="spec-doc"><p>The maximum number of arguments that is reasonable for a function to have. This should be fewer than the threshold that causes non-self tail call optimization to be inhibited (in particular, if it would entail passing arguments on the stack; see <code>Selectgen</code>).</p></div></div></div></body></html>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Provenance (ocaml.Backend_var.Provenance)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../index.html">Backend_var</a> » Provenance</nav><header class="odoc-preamble"><h1>Module <code><span>Backend_var.Provenance</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-t"><a href="#type-t" class="anchor"></a><code><span><span class="keyword">type</span> t</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-create"><a href="#val-create" class="anchor"></a><code><span><span class="keyword">val</span> create :
|
||||
<span>module_path:<a href="../../Path/index.html#type-t">Path.t</a> <span class="arrow">-></span></span>
|
||||
<span>location:<a href="../../Debuginfo/index.html#type-t">Debuginfo.t</a> <span class="arrow">-></span></span>
|
||||
<span>original_ident:<a href="../../Ident/index.html#type-t">Ident.t</a> <span class="arrow">-></span></span>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Provenance (ocaml.Backend_var.Provenance)</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">ocaml</a> » <a href="../index.html">Backend_var</a> » Provenance</nav><header class="odoc-preamble"><h1>Module <code><span>Backend_var.Provenance</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-t"><a href="#type-t" class="anchor"></a><code><span><span class="keyword">type</span> t</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-create"><a href="#val-create" class="anchor"></a><code><span><span class="keyword">val</span> create :
|
||||
<span><span class="label">module_path</span>:<a href="../../Path/index.html#type-t">Path.t</a> <span class="arrow">-></span></span>
|
||||
<span><span class="label">location</span>:<a href="../../Debuginfo/index.html#type-t">Debuginfo.t</a> <span class="arrow">-></span></span>
|
||||
<span><span class="label">original_ident</span>:<a href="../../Ident/index.html#type-t">Ident.t</a> <span class="arrow">-></span></span>
|
||||
<a href="#type-t">t</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-module_path"><a href="#val-module_path" class="anchor"></a><code><span><span class="keyword">val</span> module_path : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> <a href="../../Path/index.html#type-t">Path.t</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-location"><a href="#val-location" class="anchor"></a><code><span><span class="keyword">val</span> location : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> <a href="../../Debuginfo/index.html#type-t">Debuginfo.t</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-original_ident"><a href="#val-original_ident" class="anchor"></a><code><span><span class="keyword">val</span> original_ident : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> <a href="../../Ident/index.html#type-t">Ident.t</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-print"><a href="#val-print" class="anchor"></a><code><span><span class="keyword">val</span> print : <span><a href="../../Stdlib/Format/index.html#type-formatter">Stdlib.Format.formatter</a> <span class="arrow">-></span></span> <span><a href="#type-t">t</a> <span class="arrow">-></span></span> unit</span></code></div></div></div></body></html>
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>With_provenance (ocaml.Backend_var.With_provenance)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../index.html">Backend_var</a> » With_provenance</nav><header class="odoc-preamble"><h1>Module <code><span>Backend_var.With_provenance</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-t"><a href="#type-t" class="anchor"></a><code><span><span class="keyword">type</span> t</span></code></div><div class="spec-doc"><p>Values of type <code>t</code> should be used for variables in binding position.</p></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-print"><a href="#val-print" class="anchor"></a><code><span><span class="keyword">val</span> print : <span><a href="../../Stdlib/Format/index.html#type-formatter">Stdlib.Format.formatter</a> <span class="arrow">-></span></span> <span><a href="#type-t">t</a> <span class="arrow">-></span></span> unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-create"><a href="#val-create" class="anchor"></a><code><span><span class="keyword">val</span> create : <span>?provenance:<a href="../Provenance/index.html#type-t">Provenance.t</a> <span class="arrow">-></span></span> <span><a href="../index.html#type-backend_var">backend_var</a> <span class="arrow">-></span></span> <a href="#type-t">t</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-var"><a href="#val-var" class="anchor"></a><code><span><span class="keyword">val</span> var : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> <a href="../index.html#type-backend_var">backend_var</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-provenance"><a href="#val-provenance" class="anchor"></a><code><span><span class="keyword">val</span> provenance : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> <span><a href="../Provenance/index.html#type-t">Provenance.t</a> option</span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-name"><a href="#val-name" class="anchor"></a><code><span><span class="keyword">val</span> name : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> string</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-rename"><a href="#val-rename" class="anchor"></a><code><span><span class="keyword">val</span> rename : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> <a href="#type-t">t</a></span></code></div></div></div></body></html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>With_provenance (ocaml.Backend_var.With_provenance)</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">ocaml</a> » <a href="../index.html">Backend_var</a> » With_provenance</nav><header class="odoc-preamble"><h1>Module <code><span>Backend_var.With_provenance</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-t"><a href="#type-t" class="anchor"></a><code><span><span class="keyword">type</span> t</span></code></div><div class="spec-doc"><p>Values of type <code>t</code> should be used for variables in binding position.</p></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-print"><a href="#val-print" class="anchor"></a><code><span><span class="keyword">val</span> print : <span><a href="../../Stdlib/Format/index.html#type-formatter">Stdlib.Format.formatter</a> <span class="arrow">-></span></span> <span><a href="#type-t">t</a> <span class="arrow">-></span></span> unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-create"><a href="#val-create" class="anchor"></a><code><span><span class="keyword">val</span> create : <span><span class="optlabel">?provenance</span>:<a href="../Provenance/index.html#type-t">Provenance.t</a> <span class="arrow">-></span></span> <span><a href="../index.html#type-backend_var">backend_var</a> <span class="arrow">-></span></span> <a href="#type-t">t</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-var"><a href="#val-var" class="anchor"></a><code><span><span class="keyword">val</span> var : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> <a href="../index.html#type-backend_var">backend_var</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-provenance"><a href="#val-provenance" class="anchor"></a><code><span><span class="keyword">val</span> provenance : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> <span><a href="../Provenance/index.html#type-t">Provenance.t</a> option</span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-name"><a href="#val-name" class="anchor"></a><code><span><span class="keyword">val</span> name : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> string</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-rename"><a href="#val-rename" class="anchor"></a><code><span><span class="keyword">val</span> rename : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> <a href="#type-t">t</a></span></code></div></div></div></body></html>
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -1,2 +1,2 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Binutils (ocaml.Binutils)</title><link rel="stylesheet" href="../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » Binutils</nav><header class="odoc-preamble"><h1>Module <code><span>Binutils</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-error"><a href="#type-error" class="anchor"></a><code><span><span class="keyword">type</span> error</span><span> = </span></code><ol><li id="type-error.Truncated_file" class="def variant constructor anchored"><a href="#type-error.Truncated_file" class="anchor"></a><code><span>| </span><span><span class="constructor">Truncated_file</span></span></code></li><li id="type-error.Unrecognized" class="def variant constructor anchored"><a href="#type-error.Unrecognized" class="anchor"></a><code><span>| </span><span><span class="constructor">Unrecognized</span> <span class="keyword">of</span> string</span></code></li><li id="type-error.Unsupported" class="def variant constructor anchored"><a href="#type-error.Unsupported" class="anchor"></a><code><span>| </span><span><span class="constructor">Unsupported</span> <span class="keyword">of</span> string * int64</span></code></li><li id="type-error.Out_of_range" class="def variant constructor anchored"><a href="#type-error.Out_of_range" class="anchor"></a><code><span>| </span><span><span class="constructor">Out_of_range</span> <span class="keyword">of</span> string</span></code></li></ol></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-error_to_string"><a href="#val-error_to_string" class="anchor"></a><code><span><span class="keyword">val</span> error_to_string : <span><a href="#type-error">error</a> <span class="arrow">-></span></span> string</span></code></div></div><div class="odoc-spec"><div class="spec type anchored" id="type-t"><a href="#type-t" class="anchor"></a><code><span><span class="keyword">type</span> t</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-read"><a href="#val-read" class="anchor"></a><code><span><span class="keyword">val</span> read : <span>string <span class="arrow">-></span></span> <span><span>(<a href="#type-t">t</a>, <a href="#type-error">error</a>)</span> <a href="../Stdlib/Result/index.html#type-t">Stdlib.Result.t</a></span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-defines_symbol"><a href="#val-defines_symbol" class="anchor"></a><code><span><span class="keyword">val</span> defines_symbol : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> <span>string <span class="arrow">-></span></span> bool</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-symbol_offset"><a href="#val-symbol_offset" class="anchor"></a><code><span><span class="keyword">val</span> symbol_offset : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> <span>string <span class="arrow">-></span></span> <span>int64 option</span></span></code></div></div></div></body></html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Binutils (ocaml.Binutils)</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">ocaml</a> » Binutils</nav><header class="odoc-preamble"><h1>Module <code><span>Binutils</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-error"><a href="#type-error" class="anchor"></a><code><span><span class="keyword">type</span> error</span><span> = </span></code><ol><li id="type-error.Truncated_file" class="def variant constructor anchored"><a href="#type-error.Truncated_file" class="anchor"></a><code><span>| </span><span><span class="constructor">Truncated_file</span></span></code></li><li id="type-error.Unrecognized" class="def variant constructor anchored"><a href="#type-error.Unrecognized" class="anchor"></a><code><span>| </span><span><span class="constructor">Unrecognized</span> <span class="keyword">of</span> string</span></code></li><li id="type-error.Unsupported" class="def variant constructor anchored"><a href="#type-error.Unsupported" class="anchor"></a><code><span>| </span><span><span class="constructor">Unsupported</span> <span class="keyword">of</span> string * int64</span></code></li><li id="type-error.Out_of_range" class="def variant constructor anchored"><a href="#type-error.Out_of_range" class="anchor"></a><code><span>| </span><span><span class="constructor">Out_of_range</span> <span class="keyword">of</span> string</span></code></li></ol></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-error_to_string"><a href="#val-error_to_string" class="anchor"></a><code><span><span class="keyword">val</span> error_to_string : <span><a href="#type-error">error</a> <span class="arrow">-></span></span> string</span></code></div></div><div class="odoc-spec"><div class="spec type anchored" id="type-t"><a href="#type-t" class="anchor"></a><code><span><span class="keyword">type</span> t</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-read"><a href="#val-read" class="anchor"></a><code><span><span class="keyword">val</span> read : <span>string <span class="arrow">-></span></span> <span><span>(<a href="#type-t">t</a>, <a href="#type-error">error</a>)</span> <a href="../Stdlib/Result/index.html#type-t">Stdlib.Result.t</a></span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-defines_symbol"><a href="#val-defines_symbol" class="anchor"></a><code><span><span class="keyword">val</span> defines_symbol : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> <span>string <span class="arrow">-></span></span> bool</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-symbol_offset"><a href="#val-symbol_offset" class="anchor"></a><code><span><span class="keyword">val</span> symbol_offset : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> <span>string <span class="arrow">-></span></span> <span>int64 option</span></span></code></div></div></div></body></html>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Cond_branch (ocaml.Branch_relaxation.Make.T.Cond_branch)</title><link rel="stylesheet" href="../../../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../../../index.html">Branch_relaxation</a> » <a href="../../index.html">Make</a> » <a href="../index.html">T</a> » Cond_branch</nav><header class="odoc-preamble"><h1>Module <code><span>T.Cond_branch</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-t"><a href="#type-t" class="anchor"></a><code><span><span class="keyword">type</span> t</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-all"><a href="#val-all" class="anchor"></a><code><span><span class="keyword">val</span> all : <span><a href="#type-t">t</a> list</span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-max_displacement"><a href="#val-max_displacement" class="anchor"></a><code><span><span class="keyword">val</span> max_displacement : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> <a href="../index.html#type-distance">distance</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-classify_instr"><a href="#val-classify_instr" class="anchor"></a><code><span><span class="keyword">val</span> classify_instr : <span><a href="../../../../Linear/index.html#type-instruction_desc">Linear.instruction_desc</a> <span class="arrow">-></span></span> <span><a href="#type-t">t</a> option</span></span></code></div></div></div></body></html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Cond_branch (ocaml.Branch_relaxation.Make.T.Cond_branch)</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">ocaml</a> » <a href="../../../index.html">Branch_relaxation</a> » <a href="../../index.html">Make</a> » <a href="../index.html">T</a> » Cond_branch</nav><header class="odoc-preamble"><h1>Module <code><span>T.Cond_branch</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-t"><a href="#type-t" class="anchor"></a><code><span><span class="keyword">type</span> t</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-all"><a href="#val-all" class="anchor"></a><code><span><span class="keyword">val</span> all : <span><a href="#type-t">t</a> list</span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-max_displacement"><a href="#val-max_displacement" class="anchor"></a><code><span><span class="keyword">val</span> max_displacement : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> <a href="../index.html#type-distance">distance</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-classify_instr"><a href="#val-classify_instr" class="anchor"></a><code><span><span class="keyword">val</span> classify_instr : <span><a href="../../../../Linear/index.html#type-instruction_desc">Linear.instruction_desc</a> <span class="arrow">-></span></span> <span><a href="#type-t">t</a> option</span></span></code></div></div></div></body></html>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>T (ocaml.Branch_relaxation.Make.T)</title><link rel="stylesheet" href="../../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../../index.html">Branch_relaxation</a> » <a href="../index.html">Make</a> » T</nav><header class="odoc-preamble"><h1>Parameter <code><span>Make.T</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-distance"><a href="#type-distance" class="anchor"></a><code><span><span class="keyword">type</span> distance</span><span> = int</span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Cond_branch"><a href="#module-Cond_branch" class="anchor"></a><code><span><span class="keyword">module</span> <a href="Cond_branch/index.html">Cond_branch</a></span><span> : <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-offset_pc_at_branch"><a href="#val-offset_pc_at_branch" class="anchor"></a><code><span><span class="keyword">val</span> offset_pc_at_branch : <a href="#type-distance">distance</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-instr_size"><a href="#val-instr_size" class="anchor"></a><code><span><span class="keyword">val</span> instr_size : <span><a href="../../../Linear/index.html#type-fundecl">Linear.fundecl</a> <span class="arrow">-></span></span> <span><a href="../../../Linear/index.html#type-instruction_desc">Linear.instruction_desc</a> <span class="arrow">-></span></span> <a href="#type-distance">distance</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-relax_allocation"><a href="#val-relax_allocation" class="anchor"></a><code><span><span class="keyword">val</span> relax_allocation :
|
||||
<span>num_bytes:int <span class="arrow">-></span></span>
|
||||
<span>dbginfo:<a href="../../../Debuginfo/index.html#type-alloc_dbginfo">Debuginfo.alloc_dbginfo</a> <span class="arrow">-></span></span>
|
||||
<a href="../../../Linear/index.html#type-instruction_desc">Linear.instruction_desc</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-relax_poll"><a href="#val-relax_poll" class="anchor"></a><code><span><span class="keyword">val</span> relax_poll : <span>return_label:<span><a href="../../../Cmm/index.html#type-label">Cmm.label</a> option</span> <span class="arrow">-></span></span> <a href="../../../Linear/index.html#type-instruction_desc">Linear.instruction_desc</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-relax_intop_checkbound"><a href="#val-relax_intop_checkbound" class="anchor"></a><code><span><span class="keyword">val</span> relax_intop_checkbound : <span>unit <span class="arrow">-></span></span> <a href="../../../Linear/index.html#type-instruction_desc">Linear.instruction_desc</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-relax_intop_imm_checkbound"><a href="#val-relax_intop_imm_checkbound" class="anchor"></a><code><span><span class="keyword">val</span> relax_intop_imm_checkbound : <span>bound:int <span class="arrow">-></span></span> <a href="../../../Linear/index.html#type-instruction_desc">Linear.instruction_desc</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-relax_specific_op"><a href="#val-relax_specific_op" class="anchor"></a><code><span><span class="keyword">val</span> relax_specific_op : <span><a href="../../../Arch/index.html#type-specific_operation">Arch.specific_operation</a> <span class="arrow">-></span></span> <a href="../../../Linear/index.html#type-instruction_desc">Linear.instruction_desc</a></span></code></div></div></div></body></html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>T (ocaml.Branch_relaxation.Make.T)</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">ocaml</a> » <a href="../../index.html">Branch_relaxation</a> » <a href="../index.html">Make</a> » T</nav><header class="odoc-preamble"><h1>Parameter <code><span>Make.T</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-distance"><a href="#type-distance" class="anchor"></a><code><span><span class="keyword">type</span> distance</span><span> = int</span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Cond_branch"><a href="#module-Cond_branch" class="anchor"></a><code><span><span class="keyword">module</span> <a href="Cond_branch/index.html">Cond_branch</a></span><span> : <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-offset_pc_at_branch"><a href="#val-offset_pc_at_branch" class="anchor"></a><code><span><span class="keyword">val</span> offset_pc_at_branch : <a href="#type-distance">distance</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-instr_size"><a href="#val-instr_size" class="anchor"></a><code><span><span class="keyword">val</span> instr_size : <span><a href="../../../Linear/index.html#type-fundecl">Linear.fundecl</a> <span class="arrow">-></span></span> <span><a href="../../../Linear/index.html#type-instruction_desc">Linear.instruction_desc</a> <span class="arrow">-></span></span> <a href="#type-distance">distance</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-relax_allocation"><a href="#val-relax_allocation" class="anchor"></a><code><span><span class="keyword">val</span> relax_allocation :
|
||||
<span><span class="label">num_bytes</span>:int <span class="arrow">-></span></span>
|
||||
<span><span class="label">dbginfo</span>:<a href="../../../Debuginfo/index.html#type-alloc_dbginfo">Debuginfo.alloc_dbginfo</a> <span class="arrow">-></span></span>
|
||||
<a href="../../../Linear/index.html#type-instruction_desc">Linear.instruction_desc</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-relax_poll"><a href="#val-relax_poll" class="anchor"></a><code><span><span class="keyword">val</span> relax_poll : <span><span class="label">return_label</span>:<span><a href="../../../Cmm/index.html#type-label">Cmm.label</a> option</span> <span class="arrow">-></span></span> <a href="../../../Linear/index.html#type-instruction_desc">Linear.instruction_desc</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-relax_intop_checkbound"><a href="#val-relax_intop_checkbound" class="anchor"></a><code><span><span class="keyword">val</span> relax_intop_checkbound : <span>unit <span class="arrow">-></span></span> <a href="../../../Linear/index.html#type-instruction_desc">Linear.instruction_desc</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-relax_intop_imm_checkbound"><a href="#val-relax_intop_imm_checkbound" class="anchor"></a><code><span><span class="keyword">val</span> relax_intop_imm_checkbound : <span><span class="label">bound</span>:int <span class="arrow">-></span></span> <a href="../../../Linear/index.html#type-instruction_desc">Linear.instruction_desc</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-relax_specific_op"><a href="#val-relax_specific_op" class="anchor"></a><code><span><span class="keyword">val</span> relax_specific_op : <span><a href="../../../Arch/index.html#type-specific_operation">Arch.specific_operation</a> <span class="arrow">-></span></span> <a href="../../../Linear/index.html#type-instruction_desc">Linear.instruction_desc</a></span></code></div></div></div></body></html>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Make (ocaml.Branch_relaxation.Make)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../index.html">Branch_relaxation</a> » Make</nav><header class="odoc-preamble"><h1>Module <code><span>Branch_relaxation.Make</span></code></h1></header><nav class="odoc-toc"><ul><li><a href="#parameters">Parameters</a></li><li><a href="#signature">Signature</a></li></ul></nav><div class="odoc-content"><h2 id="parameters"><a href="#parameters" class="anchor"></a>Parameters</h2><div class="odoc-spec"><div class="spec parameter anchored" id="argument-1-T"><a href="#argument-1-T" class="anchor"></a><code><span><span class="keyword">module</span> </span><span><a href="argument-1-T/index.html">T</a></span><span> : <a href="../../Branch_relaxation_intf/module-type-S/index.html">Branch_relaxation_intf.S</a></span></code></div></div><h2 id="signature"><a href="#signature" class="anchor"></a>Signature</h2><div class="odoc-spec"><div class="spec value anchored" id="val-relax"><a href="#val-relax" class="anchor"></a><code><span><span class="keyword">val</span> relax : <span><a href="../../Linear/index.html#type-fundecl">Linear.fundecl</a> <span class="arrow">-></span></span> <span>max_out_of_line_code_offset:<a href="argument-1-T/index.html#type-distance">T.distance</a> <span class="arrow">-></span></span> unit</span></code></div></div></div></body></html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Make (ocaml.Branch_relaxation.Make)</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">ocaml</a> » <a href="../index.html">Branch_relaxation</a> » Make</nav><header class="odoc-preamble"><h1>Module <code><span>Branch_relaxation.Make</span></code></h1></header><div class="odoc-tocs"><nav class="odoc-toc odoc-local-toc"><ul><li><a href="#parameters">Parameters</a></li><li><a href="#signature">Signature</a></li></ul></nav></div><div class="odoc-content"><h2 id="parameters"><a href="#parameters" class="anchor"></a>Parameters</h2><div class="odoc-spec"><div class="spec parameter anchored" id="argument-1-T"><a href="#argument-1-T" class="anchor"></a><code><span><span class="keyword">module</span> </span><span><a href="argument-1-T/index.html">T</a></span><span> : <a href="../../Branch_relaxation_intf/module-type-S/index.html">Branch_relaxation_intf.S</a></span></code></div></div><h2 id="signature"><a href="#signature" class="anchor"></a>Signature</h2><div class="odoc-spec"><div class="spec value anchored" id="val-relax"><a href="#val-relax" class="anchor"></a><code><span><span class="keyword">val</span> relax : <span><a href="../../Linear/index.html#type-fundecl">Linear.fundecl</a> <span class="arrow">-></span></span> <span><span class="label">max_out_of_line_code_offset</span>:<a href="argument-1-T/index.html#type-distance">T.distance</a> <span class="arrow">-></span></span> unit</span></code></div></div></div></body></html>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Branch_relaxation (ocaml.Branch_relaxation)</title><link rel="stylesheet" href="../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » Branch_relaxation</nav><header class="odoc-preamble"><h1>Module <code><span>Branch_relaxation</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec module anchored" id="module-Make"><a href="#module-Make" class="anchor"></a><code><span><span class="keyword">module</span> <a href="Make/index.html">Make</a></span><span> (<a href="Make/argument-1-T/index.html">T</a> : <a href="../Branch_relaxation_intf/module-type-S/index.html">Branch_relaxation_intf.S</a>) : <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div></div></body></html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Branch_relaxation (ocaml.Branch_relaxation)</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">ocaml</a> » Branch_relaxation</nav><header class="odoc-preamble"><h1>Module <code><span>Branch_relaxation</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec module anchored" id="module-Make"><a href="#module-Make" class="anchor"></a><code><span><span class="keyword">module</span> <a href="Make/index.html">Make</a></span><span> (<a href="Make/argument-1-T/index.html">T</a> : <a href="../Branch_relaxation_intf/module-type-S/index.html">Branch_relaxation_intf.S</a>) : <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div></div></body></html>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Branch_relaxation_intf (ocaml.Branch_relaxation_intf)</title><link rel="stylesheet" href="../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » Branch_relaxation_intf</nav><header class="odoc-preamble"><h1>Module <code><span>Branch_relaxation_intf</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec module-type anchored" id="module-type-S"><a href="#module-type-S" class="anchor"></a><code><span><span class="keyword">module</span> <span class="keyword">type</span> <a href="module-type-S/index.html">S</a></span><span> = <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div></div></body></html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Branch_relaxation_intf (ocaml.Branch_relaxation_intf)</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">ocaml</a> » Branch_relaxation_intf</nav><header class="odoc-preamble"><h1>Module <code><span>Branch_relaxation_intf</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec module-type anchored" id="module-type-S"><a href="#module-type-S" class="anchor"></a><code><span><span class="keyword">module</span> <span class="keyword">type</span> <a href="module-type-S/index.html">S</a></span><span> = <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div></div></body></html>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Cond_branch (ocaml.Branch_relaxation_intf.S.Cond_branch)</title><link rel="stylesheet" href="../../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../../index.html">Branch_relaxation_intf</a> » <a href="../index.html">S</a> » Cond_branch</nav><header class="odoc-preamble"><h1>Module <code><span>S.Cond_branch</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-t"><a href="#type-t" class="anchor"></a><code><span><span class="keyword">type</span> t</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-all"><a href="#val-all" class="anchor"></a><code><span><span class="keyword">val</span> all : <span><a href="#type-t">t</a> list</span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-max_displacement"><a href="#val-max_displacement" class="anchor"></a><code><span><span class="keyword">val</span> max_displacement : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> <a href="../index.html#type-distance">distance</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-classify_instr"><a href="#val-classify_instr" class="anchor"></a><code><span><span class="keyword">val</span> classify_instr : <span><a href="../../../Linear/index.html#type-instruction_desc">Linear.instruction_desc</a> <span class="arrow">-></span></span> <span><a href="#type-t">t</a> option</span></span></code></div></div></div></body></html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Cond_branch (ocaml.Branch_relaxation_intf.S.Cond_branch)</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">ocaml</a> » <a href="../../index.html">Branch_relaxation_intf</a> » <a href="../index.html">S</a> » Cond_branch</nav><header class="odoc-preamble"><h1>Module <code><span>S.Cond_branch</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-t"><a href="#type-t" class="anchor"></a><code><span><span class="keyword">type</span> t</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-all"><a href="#val-all" class="anchor"></a><code><span><span class="keyword">val</span> all : <span><a href="#type-t">t</a> list</span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-max_displacement"><a href="#val-max_displacement" class="anchor"></a><code><span><span class="keyword">val</span> max_displacement : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> <a href="../index.html#type-distance">distance</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-classify_instr"><a href="#val-classify_instr" class="anchor"></a><code><span><span class="keyword">val</span> classify_instr : <span><a href="../../../Linear/index.html#type-instruction_desc">Linear.instruction_desc</a> <span class="arrow">-></span></span> <span><a href="#type-t">t</a> option</span></span></code></div></div></div></body></html>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>S (ocaml.Branch_relaxation_intf.S)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../index.html">Branch_relaxation_intf</a> » S</nav><header class="odoc-preamble"><h1>Module type <code><span>Branch_relaxation_intf.S</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-distance"><a href="#type-distance" class="anchor"></a><code><span><span class="keyword">type</span> distance</span><span> = int</span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Cond_branch"><a href="#module-Cond_branch" class="anchor"></a><code><span><span class="keyword">module</span> <a href="Cond_branch/index.html">Cond_branch</a></span><span> : <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-offset_pc_at_branch"><a href="#val-offset_pc_at_branch" class="anchor"></a><code><span><span class="keyword">val</span> offset_pc_at_branch : <a href="#type-distance">distance</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-instr_size"><a href="#val-instr_size" class="anchor"></a><code><span><span class="keyword">val</span> instr_size : <span><a href="../../Linear/index.html#type-fundecl">Linear.fundecl</a> <span class="arrow">-></span></span> <span><a href="../../Linear/index.html#type-instruction_desc">Linear.instruction_desc</a> <span class="arrow">-></span></span> <a href="#type-distance">distance</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-relax_allocation"><a href="#val-relax_allocation" class="anchor"></a><code><span><span class="keyword">val</span> relax_allocation :
|
||||
<span>num_bytes:int <span class="arrow">-></span></span>
|
||||
<span>dbginfo:<a href="../../Debuginfo/index.html#type-alloc_dbginfo">Debuginfo.alloc_dbginfo</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Linear/index.html#type-instruction_desc">Linear.instruction_desc</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-relax_poll"><a href="#val-relax_poll" class="anchor"></a><code><span><span class="keyword">val</span> relax_poll : <span>return_label:<span><a href="../../Cmm/index.html#type-label">Cmm.label</a> option</span> <span class="arrow">-></span></span> <a href="../../Linear/index.html#type-instruction_desc">Linear.instruction_desc</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-relax_intop_checkbound"><a href="#val-relax_intop_checkbound" class="anchor"></a><code><span><span class="keyword">val</span> relax_intop_checkbound : <span>unit <span class="arrow">-></span></span> <a href="../../Linear/index.html#type-instruction_desc">Linear.instruction_desc</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-relax_intop_imm_checkbound"><a href="#val-relax_intop_imm_checkbound" class="anchor"></a><code><span><span class="keyword">val</span> relax_intop_imm_checkbound : <span>bound:int <span class="arrow">-></span></span> <a href="../../Linear/index.html#type-instruction_desc">Linear.instruction_desc</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-relax_specific_op"><a href="#val-relax_specific_op" class="anchor"></a><code><span><span class="keyword">val</span> relax_specific_op : <span><a href="../../Arch/index.html#type-specific_operation">Arch.specific_operation</a> <span class="arrow">-></span></span> <a href="../../Linear/index.html#type-instruction_desc">Linear.instruction_desc</a></span></code></div></div></div></body></html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>S (ocaml.Branch_relaxation_intf.S)</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">ocaml</a> » <a href="../index.html">Branch_relaxation_intf</a> » S</nav><header class="odoc-preamble"><h1>Module type <code><span>Branch_relaxation_intf.S</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-distance"><a href="#type-distance" class="anchor"></a><code><span><span class="keyword">type</span> distance</span><span> = int</span></code></div></div><div class="odoc-spec"><div class="spec module anchored" id="module-Cond_branch"><a href="#module-Cond_branch" class="anchor"></a><code><span><span class="keyword">module</span> <a href="Cond_branch/index.html">Cond_branch</a></span><span> : <span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-offset_pc_at_branch"><a href="#val-offset_pc_at_branch" class="anchor"></a><code><span><span class="keyword">val</span> offset_pc_at_branch : <a href="#type-distance">distance</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-instr_size"><a href="#val-instr_size" class="anchor"></a><code><span><span class="keyword">val</span> instr_size : <span><a href="../../Linear/index.html#type-fundecl">Linear.fundecl</a> <span class="arrow">-></span></span> <span><a href="../../Linear/index.html#type-instruction_desc">Linear.instruction_desc</a> <span class="arrow">-></span></span> <a href="#type-distance">distance</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-relax_allocation"><a href="#val-relax_allocation" class="anchor"></a><code><span><span class="keyword">val</span> relax_allocation :
|
||||
<span><span class="label">num_bytes</span>:int <span class="arrow">-></span></span>
|
||||
<span><span class="label">dbginfo</span>:<a href="../../Debuginfo/index.html#type-alloc_dbginfo">Debuginfo.alloc_dbginfo</a> <span class="arrow">-></span></span>
|
||||
<a href="../../Linear/index.html#type-instruction_desc">Linear.instruction_desc</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-relax_poll"><a href="#val-relax_poll" class="anchor"></a><code><span><span class="keyword">val</span> relax_poll : <span><span class="label">return_label</span>:<span><a href="../../Cmm/index.html#type-label">Cmm.label</a> option</span> <span class="arrow">-></span></span> <a href="../../Linear/index.html#type-instruction_desc">Linear.instruction_desc</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-relax_intop_checkbound"><a href="#val-relax_intop_checkbound" class="anchor"></a><code><span><span class="keyword">val</span> relax_intop_checkbound : <span>unit <span class="arrow">-></span></span> <a href="../../Linear/index.html#type-instruction_desc">Linear.instruction_desc</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-relax_intop_imm_checkbound"><a href="#val-relax_intop_imm_checkbound" class="anchor"></a><code><span><span class="keyword">val</span> relax_intop_imm_checkbound : <span><span class="label">bound</span>:int <span class="arrow">-></span></span> <a href="../../Linear/index.html#type-instruction_desc">Linear.instruction_desc</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-relax_specific_op"><a href="#val-relax_specific_op" class="anchor"></a><code><span><span class="keyword">val</span> relax_specific_op : <span><a href="../../Arch/index.html#type-specific_operation">Arch.specific_operation</a> <span class="arrow">-></span></span> <a href="../../Linear/index.html#type-instruction_desc">Linear.instruction_desc</a></span></code></div></div></div></body></html>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>For_copy (ocaml.Btype.For_copy)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../index.html">Btype</a> » For_copy</nav><header class="odoc-preamble"><h1>Module <code><span>Btype.For_copy</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-copy_scope"><a href="#type-copy_scope" class="anchor"></a><code><span><span class="keyword">type</span> copy_scope</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-redirect_desc"><a href="#val-redirect_desc" class="anchor"></a><code><span><span class="keyword">val</span> redirect_desc : <span><a href="#type-copy_scope">copy_scope</a> <span class="arrow">-></span></span> <span><a href="../../Types/index.html#type-type_expr">Types.type_expr</a> <span class="arrow">-></span></span> <span><a href="../../Types/index.html#type-type_desc">Types.type_desc</a> <span class="arrow">-></span></span> unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-with_scope"><a href="#val-with_scope" class="anchor"></a><code><span><span class="keyword">val</span> with_scope : <span><span>(<span><a href="#type-copy_scope">copy_scope</a> <span class="arrow">-></span></span> <span class="type-var">'a</span>)</span> <span class="arrow">-></span></span> <span class="type-var">'a</span></span></code></div></div></div></body></html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>For_copy (ocaml.Btype.For_copy)</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">ocaml</a> » <a href="../index.html">Btype</a> » For_copy</nav><header class="odoc-preamble"><h1>Module <code><span>Btype.For_copy</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-copy_scope"><a href="#type-copy_scope" class="anchor"></a><code><span><span class="keyword">type</span> copy_scope</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-redirect_desc"><a href="#val-redirect_desc" class="anchor"></a><code><span><span class="keyword">val</span> redirect_desc : <span><a href="#type-copy_scope">copy_scope</a> <span class="arrow">-></span></span> <span><a href="../../Types/index.html#type-type_expr">Types.type_expr</a> <span class="arrow">-></span></span> <span><a href="../../Types/index.html#type-type_desc">Types.type_desc</a> <span class="arrow">-></span></span> unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-with_scope"><a href="#val-with_scope" class="anchor"></a><code><span><span class="keyword">val</span> with_scope : <span><span>(<span><a href="#type-copy_scope">copy_scope</a> <span class="arrow">-></span></span> <span class="type-var">'a</span>)</span> <span class="arrow">-></span></span> <span class="type-var">'a</span></span></code></div></div></div></body></html>
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,2 +1,2 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>TypePairs (ocaml.Btype.TypePairs)</title><link rel="stylesheet" href="../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » <a href="../index.html">Btype</a> » TypePairs</nav><header class="odoc-preamble"><h1>Module <code><span>Btype.TypePairs</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-t"><a href="#type-t" class="anchor"></a><code><span><span class="keyword">type</span> t</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-create"><a href="#val-create" class="anchor"></a><code><span><span class="keyword">val</span> create : <span>int <span class="arrow">-></span></span> <a href="#type-t">t</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-clear"><a href="#val-clear" class="anchor"></a><code><span><span class="keyword">val</span> clear : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-add"><a href="#val-add" class="anchor"></a><code><span><span class="keyword">val</span> add : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> <span><span>(<a href="../../Types/index.html#type-type_expr">Types.type_expr</a> * <a href="../../Types/index.html#type-type_expr">Types.type_expr</a>)</span> <span class="arrow">-></span></span> unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-mem"><a href="#val-mem" class="anchor"></a><code><span><span class="keyword">val</span> mem : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> <span><span>(<a href="../../Types/index.html#type-type_expr">Types.type_expr</a> * <a href="../../Types/index.html#type-type_expr">Types.type_expr</a>)</span> <span class="arrow">-></span></span> bool</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-iter"><a href="#val-iter" class="anchor"></a><code><span><span class="keyword">val</span> iter : <span><span>(<span><span>(<a href="../../Types/index.html#type-type_expr">Types.type_expr</a> * <a href="../../Types/index.html#type-type_expr">Types.type_expr</a>)</span> <span class="arrow">-></span></span> unit)</span> <span class="arrow">-></span></span> <span><a href="#type-t">t</a> <span class="arrow">-></span></span> unit</span></code></div></div></div></body></html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>TypePairs (ocaml.Btype.TypePairs)</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">ocaml</a> » <a href="../index.html">Btype</a> » TypePairs</nav><header class="odoc-preamble"><h1>Module <code><span>Btype.TypePairs</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-t"><a href="#type-t" class="anchor"></a><code><span><span class="keyword">type</span> t</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-create"><a href="#val-create" class="anchor"></a><code><span><span class="keyword">val</span> create : <span>int <span class="arrow">-></span></span> <a href="#type-t">t</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-clear"><a href="#val-clear" class="anchor"></a><code><span><span class="keyword">val</span> clear : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-add"><a href="#val-add" class="anchor"></a><code><span><span class="keyword">val</span> add : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> <span><span>(<a href="../../Types/index.html#type-type_expr">Types.type_expr</a> * <a href="../../Types/index.html#type-type_expr">Types.type_expr</a>)</span> <span class="arrow">-></span></span> unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-mem"><a href="#val-mem" class="anchor"></a><code><span><span class="keyword">val</span> mem : <span><a href="#type-t">t</a> <span class="arrow">-></span></span> <span><span>(<a href="../../Types/index.html#type-type_expr">Types.type_expr</a> * <a href="../../Types/index.html#type-type_expr">Types.type_expr</a>)</span> <span class="arrow">-></span></span> bool</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-iter"><a href="#val-iter" class="anchor"></a><code><span><span class="keyword">val</span> iter : <span><span>(<span><span>(<a href="../../Types/index.html#type-type_expr">Types.type_expr</a> * <a href="../../Types/index.html#type-type_expr">Types.type_expr</a>)</span> <span class="arrow">-></span></span> unit)</span> <span class="arrow">-></span></span> <span><a href="#type-t">t</a> <span class="arrow">-></span></span> unit</span></code></div></div></div></body></html>
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Build_export_info (ocaml.Build_export_info)</title><link rel="stylesheet" href="../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.2"/><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> » Build_export_info</nav><header class="odoc-preamble"><h1>Module <code><span>Build_export_info</span></code></h1><p>Construct export information, for emission into .cmx files, from an Flambda program.</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-build_transient"><a href="#val-build_transient" class="anchor"></a><code><span><span class="keyword">val</span> build_transient :
|
||||
<span>backend:<span>(<span class="keyword">module</span> <a href="../Backend_intf/module-type-S/index.html">Backend_intf.S</a>)</span> <span class="arrow">-></span></span>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Build_export_info (ocaml.Build_export_info)</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">ocaml</a> » Build_export_info</nav><header class="odoc-preamble"><h1>Module <code><span>Build_export_info</span></code></h1><p>Construct export information, for emission into .cmx files, from an Flambda program.</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-build_transient"><a href="#val-build_transient" class="anchor"></a><code><span><span class="keyword">val</span> build_transient :
|
||||
<span><span class="label">backend</span>:<span>(<span class="keyword">module</span> <a href="../Backend_intf/module-type-S/index.html">Backend_intf.S</a>)</span> <span class="arrow">-></span></span>
|
||||
<span><a href="../Flambda/index.html#type-program">Flambda.program</a> <span class="arrow">-></span></span>
|
||||
<a href="../Export_info/index.html#type-transient">Export_info.transient</a></span></code></div></div></div></body></html>
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue