mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-16 15:56:21 -05:00
2 lines
No EOL
3.9 KiB
HTML
2 lines
No EOL
3.9 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Identifiable (ocaml.Identifiable)</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> » Identifiable</nav><header class="odoc-preamble"><h1>Module <code><span>Identifiable</span></code></h1><p>Uniform interface for common data structures over various things.</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-type anchored" id="module-type-Thing"><a href="#module-type-Thing" class="anchor"></a><code><span><span class="keyword">module</span> <span class="keyword">type</span> <a href="module-type-Thing/index.html">Thing</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-Pair"><a href="#module-Pair" class="anchor"></a><code><span><span class="keyword">module</span> <a href="Pair/index.html">Pair</a></span><span> (<a href="Pair/argument-1-A/index.html">A</a> : <a href="module-type-Thing/index.html">Thing</a>) (<a href="Pair/argument-2-B/index.html">B</a> : <a href="module-type-Thing/index.html">Thing</a>) : <a href="module-type-Thing/index.html">Thing</a> <span class="keyword">with</span> <span><span class="keyword">type</span> <a href="module-type-Thing/index.html#type-t">t</a> = <a href="Pair/argument-1-A/index.html#type-t">A.t</a> * <a href="Pair/argument-2-B/index.html#type-t">B.t</a></span></span></code></div></div><div class="odoc-spec"><div class="spec module-type anchored" id="module-type-Set"><a href="#module-type-Set" class="anchor"></a><code><span><span class="keyword">module</span> <span class="keyword">type</span> <a href="module-type-Set/index.html">Set</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-Map"><a href="#module-type-Map" class="anchor"></a><code><span><span class="keyword">module</span> <span class="keyword">type</span> <a href="module-type-Map/index.html">Map</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-Tbl"><a href="#module-type-Tbl" class="anchor"></a><code><span><span class="keyword">module</span> <span class="keyword">type</span> <a href="module-type-Tbl/index.html">Tbl</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-T/index.html">T</a> : <a href="module-type-Thing/index.html">Thing</a>) : <a href="module-type-S/index.html">S</a> <span class="keyword">with</span> <span><span class="keyword">type</span> <a href="module-type-S/index.html#type-t">t</a> := <a href="Make/argument-1-T/index.html#type-t">T.t</a></span></span></code></div></div></div></body></html> |