mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-16 15:56:21 -05:00
10 lines
No EOL
2.4 KiB
HTML
10 lines
No EOL
2.4 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Bytegen (ocaml.Bytegen)</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> » Bytegen</nav><header class="odoc-preamble"><h1>Module <code><span>Bytegen</span></code></h1></header><div class="odoc-content"><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>string <span class="arrow">-></span></span>
|
||
<span><a href="../Lambda/index.html#type-lambda">Lambda.lambda</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Instruct/index.html#type-instruction">Instruct.instruction</a> list</span></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><a href="../Lambda/index.html#type-lambda">Lambda.lambda</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Instruct/index.html#type-instruction">Instruct.instruction</a> list</span> * <span><a href="../Instruct/index.html#type-instruction">Instruct.instruction</a> list</span></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-merge_events"><a href="#val-merge_events" class="anchor"></a><code><span><span class="keyword">val</span> merge_events :
|
||
<span><a href="../Instruct/index.html#type-debug_event">Instruct.debug_event</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Instruct/index.html#type-debug_event">Instruct.debug_event</a> <span class="arrow">-></span></span>
|
||
<a href="../Instruct/index.html#type-debug_event">Instruct.debug_event</a></span></code></div></div></div></body></html> |