moonpool/dev/ocaml/Stdlib/Sys/Immediate64/index.html

5 lines
No EOL
2.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Immediate64 (ocaml.Stdlib.Sys.Immediate64)</title><link rel="stylesheet" href="../../../../_odoc-theme/odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.2.1"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body class="odoc"><nav class="odoc-nav"><a href="../index.html">Up</a> <a href="../../../index.html">ocaml</a> &#x00BB; <a href="../../index.html">Stdlib</a> &#x00BB; <a href="../index.html">Sys</a> &#x00BB; Immediate64</nav><header class="odoc-preamble"><h1>Module <code><span>Sys.Immediate64</span></code></h1><p>This module allows to define a type <code>t</code> with the <code>immediate64</code> attribute. This attribute means that the type is immediate on 64 bit architectures. On other architectures, it might or might not be immediate.</p><ul class="at-tags"><li class="since"><span class="at-tag">since</span> 4.10.0</li></ul></header><div class="odoc-content"><div class="odoc-spec"><div class="spec module-type anchored" id="module-type-Non_immediate"><a href="#module-type-Non_immediate" class="anchor"></a><code><span><span class="keyword">module</span> <span class="keyword">type</span> <a href="module-type-Non_immediate/index.html">Non_immediate</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-Immediate"><a href="#module-type-Immediate" class="anchor"></a><code><span><span class="keyword">module</span> <span class="keyword">type</span> <a href="module-type-Immediate/index.html">Immediate</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-Immediate/index.html">Immediate</a> : <a href="module-type-Immediate/index.html">Immediate</a>)
(<a href="Make/argument-2-Non_immediate/index.html">Non_immediate</a> : <a href="module-type-Non_immediate/index.html">Non_immediate</a>) :
<span class="keyword">sig</span> ... <span class="keyword">end</span></span></code></div></div></div></body></html>