mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-17 08:06:43 -05:00
2 lines
No EOL
2.7 KiB
HTML
2 lines
No EOL
2.7 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Cmxs_format (ocaml.Cmxs_format)</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> » Cmxs_format</nav><header class="odoc-preamble"><h1>Module <code><span>Cmxs_format</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-dynunit"><a href="#type-dynunit" class="anchor"></a><code><span><span class="keyword">type</span> dynunit</span><span> = </span><span>{</span></code><ol><li id="type-dynunit.dynu_name" class="def record field anchored"><a href="#type-dynunit.dynu_name" class="anchor"></a><code><span>dynu_name : <a href="../Misc/index.html#type-modname">Misc.modname</a>;</span></code></li><li id="type-dynunit.dynu_crc" class="def record field anchored"><a href="#type-dynunit.dynu_crc" class="anchor"></a><code><span>dynu_crc : <a href="../Stdlib/Digest/index.html#type-t">Stdlib.Digest.t</a>;</span></code></li><li id="type-dynunit.dynu_imports_cmi" class="def record field anchored"><a href="#type-dynunit.dynu_imports_cmi" class="anchor"></a><code><span>dynu_imports_cmi : <a href="../Misc/index.html#type-crcs">Misc.crcs</a>;</span></code></li><li id="type-dynunit.dynu_imports_cmx" class="def record field anchored"><a href="#type-dynunit.dynu_imports_cmx" class="anchor"></a><code><span>dynu_imports_cmx : <a href="../Misc/index.html#type-crcs">Misc.crcs</a>;</span></code></li><li id="type-dynunit.dynu_defines" class="def record field anchored"><a href="#type-dynunit.dynu_defines" class="anchor"></a><code><span>dynu_defines : <span>string list</span>;</span></code></li></ol><code><span>}</span></code></div></div><div class="odoc-spec"><div class="spec type anchored" id="type-dynheader"><a href="#type-dynheader" class="anchor"></a><code><span><span class="keyword">type</span> dynheader</span><span> = </span><span>{</span></code><ol><li id="type-dynheader.dynu_magic" class="def record field anchored"><a href="#type-dynheader.dynu_magic" class="anchor"></a><code><span>dynu_magic : string;</span></code></li><li id="type-dynheader.dynu_units" class="def record field anchored"><a href="#type-dynheader.dynu_units" class="anchor"></a><code><span>dynu_units : <span><a href="#type-dynunit">dynunit</a> list</span>;</span></code></li></ol><code><span>}</span></code></div></div></div></body></html> |