mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-17 08:06:43 -05:00
9 lines
No EOL
2.6 KiB
HTML
9 lines
No EOL
2.6 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Engine (ocaml.CamlinternalMenhirLib.Engine)</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> » <a href="../index.html">CamlinternalMenhirLib</a> » Engine</nav><header class="odoc-preamble"><h1>Module <code><span>CamlinternalMenhirLib.Engine</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="../EngineTypes/module-type-TABLE/index.html">EngineTypes.TABLE</a>) :
|
||
<a href="../EngineTypes/module-type-ENGINE/index.html">EngineTypes.ENGINE</a>
|
||
<span class="keyword">with</span> <span><span class="keyword">type</span> <a href="../EngineTypes/module-type-ENGINE/index.html#type-state">state</a> = <a href="Make/argument-1-T/index.html#type-state">T.state</a></span>
|
||
<span class="keyword">and</span> <span><span class="keyword">type</span> <a href="../EngineTypes/module-type-ENGINE/index.html#type-token">token</a> = <a href="Make/argument-1-T/index.html#type-token">T.token</a></span>
|
||
<span class="keyword">and</span> <span><span class="keyword">type</span> <a href="../EngineTypes/module-type-ENGINE/index.html#type-semantic_value">semantic_value</a> = <a href="Make/argument-1-T/index.html#type-semantic_value">T.semantic_value</a></span>
|
||
<span class="keyword">and</span> <span><span class="keyword">type</span> <a href="../EngineTypes/module-type-ENGINE/index.html#type-production">production</a> = <a href="Make/argument-1-T/index.html#type-production">T.production</a></span>
|
||
<span class="keyword">and</span> <span><span class="keyword">type</span> <span>'a <a href="../EngineTypes/module-type-ENGINE/index.html#type-env">env</a></span> = <span><span>(<a href="Make/argument-1-T/index.html#type-state">T.state</a>, <a href="Make/argument-1-T/index.html#type-semantic_value">T.semantic_value</a>, <a href="Make/argument-1-T/index.html#type-token">T.token</a>)</span> <a href="../EngineTypes/index.html#type-env">EngineTypes.env</a></span></span></span></code></div></div></div></body></html> |