mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-16 15:56:21 -05:00
19 lines
No EOL
4.4 KiB
HTML
19 lines
No EOL
4.4 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Datarepr (ocaml.Datarepr)</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> » Datarepr</nav><header class="odoc-preamble"><h1>Module <code><span>Datarepr</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-extension_descr"><a href="#val-extension_descr" class="anchor"></a><code><span><span class="keyword">val</span> extension_descr :
|
||
<span>current_unit:string <span class="arrow">-></span></span>
|
||
<span><a href="../Path/index.html#type-t">Path.t</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Types/index.html#type-extension_constructor">Types.extension_constructor</a> <span class="arrow">-></span></span>
|
||
<a href="../Types/index.html#type-constructor_description">Types.constructor_description</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-labels_of_type"><a href="#val-labels_of_type" class="anchor"></a><code><span><span class="keyword">val</span> labels_of_type :
|
||
<span><a href="../Path/index.html#type-t">Path.t</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Types/index.html#type-type_declaration">Types.type_declaration</a> <span class="arrow">-></span></span>
|
||
<span><span>(<a href="../Ident/index.html#type-t">Ident.t</a> * <a href="../Types/index.html#type-label_description">Types.label_description</a>)</span> list</span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-constructors_of_type"><a href="#val-constructors_of_type" class="anchor"></a><code><span><span class="keyword">val</span> constructors_of_type :
|
||
<span>current_unit:string <span class="arrow">-></span></span>
|
||
<span><a href="../Path/index.html#type-t">Path.t</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Types/index.html#type-type_declaration">Types.type_declaration</a> <span class="arrow">-></span></span>
|
||
<span><span>(<a href="../Ident/index.html#type-t">Ident.t</a> * <a href="../Types/index.html#type-constructor_description">Types.constructor_description</a>)</span> list</span></span></code></div></div><div class="odoc-spec"><div class="spec exception anchored" id="exception-Constr_not_found"><a href="#exception-Constr_not_found" class="anchor"></a><code><span><span class="keyword">exception</span> </span><span><span class="exception">Constr_not_found</span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-find_constr_by_tag"><a href="#val-find_constr_by_tag" class="anchor"></a><code><span><span class="keyword">val</span> find_constr_by_tag :
|
||
<span><a href="../Types/index.html#type-constructor_tag">Types.constructor_tag</a> <span class="arrow">-></span></span>
|
||
<span><span><a href="../Types/index.html#type-constructor_declaration">Types.constructor_declaration</a> list</span> <span class="arrow">-></span></span>
|
||
<a href="../Types/index.html#type-constructor_declaration">Types.constructor_declaration</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-constructor_existentials"><a href="#val-constructor_existentials" class="anchor"></a><code><span><span class="keyword">val</span> constructor_existentials :
|
||
<span><a href="../Types/index.html#type-constructor_arguments">Types.constructor_arguments</a> <span class="arrow">-></span></span>
|
||
<span><span><a href="../Types/index.html#type-type_expr">Types.type_expr</a> option</span> <span class="arrow">-></span></span>
|
||
<span><a href="../Types/index.html#type-type_expr">Types.type_expr</a> list</span> * <span><a href="../Types/index.html#type-type_expr">Types.type_expr</a> list</span></span></code></div><div class="spec-doc"><p>Takes <code>cd_args</code> and <code>cd_res</code> from a <code>constructor_declaration</code> and returns:</p><ul><li>the types of the constructor's arguments</li><li>the existential variables introduced by the constructor</li></ul></div></div></div></body></html> |