mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-16 23:56:49 -05:00
31 lines
No EOL
7.7 KiB
HTML
31 lines
No EOL
7.7 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Translattribute (ocaml.Translattribute)</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> » Translattribute</nav><header class="odoc-preamble"><h1>Module <code><span>Translattribute</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec value anchored" id="val-check_attribute"><a href="#val-check_attribute" class="anchor"></a><code><span><span class="keyword">val</span> check_attribute : <span><a href="../Typedtree/index.html#type-expression">Typedtree.expression</a> <span class="arrow">-></span></span> <span><a href="../Parsetree/index.html#type-attribute">Parsetree.attribute</a> <span class="arrow">-></span></span> unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-check_attribute_on_module"><a href="#val-check_attribute_on_module" class="anchor"></a><code><span><span class="keyword">val</span> check_attribute_on_module :
|
||
<span><a href="../Typedtree/index.html#type-module_expr">Typedtree.module_expr</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Parsetree/index.html#type-attribute">Parsetree.attribute</a> <span class="arrow">-></span></span>
|
||
unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-add_inline_attribute"><a href="#val-add_inline_attribute" class="anchor"></a><code><span><span class="keyword">val</span> add_inline_attribute :
|
||
<span><a href="../Lambda/index.html#type-lambda">Lambda.lambda</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Location/index.html#type-t">Location.t</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Parsetree/index.html#type-attributes">Parsetree.attributes</a> <span class="arrow">-></span></span>
|
||
<a href="../Lambda/index.html#type-lambda">Lambda.lambda</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-get_inline_attribute"><a href="#val-get_inline_attribute" class="anchor"></a><code><span><span class="keyword">val</span> get_inline_attribute : <span><a href="../Parsetree/index.html#type-attributes">Parsetree.attributes</a> <span class="arrow">-></span></span> <a href="../Lambda/index.html#type-inline_attribute">Lambda.inline_attribute</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-add_specialise_attribute"><a href="#val-add_specialise_attribute" class="anchor"></a><code><span><span class="keyword">val</span> add_specialise_attribute :
|
||
<span><a href="../Lambda/index.html#type-lambda">Lambda.lambda</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Location/index.html#type-t">Location.t</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Parsetree/index.html#type-attributes">Parsetree.attributes</a> <span class="arrow">-></span></span>
|
||
<a href="../Lambda/index.html#type-lambda">Lambda.lambda</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-get_specialise_attribute"><a href="#val-get_specialise_attribute" class="anchor"></a><code><span><span class="keyword">val</span> get_specialise_attribute :
|
||
<span><a href="../Parsetree/index.html#type-attributes">Parsetree.attributes</a> <span class="arrow">-></span></span>
|
||
<a href="../Lambda/index.html#type-specialise_attribute">Lambda.specialise_attribute</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-add_local_attribute"><a href="#val-add_local_attribute" class="anchor"></a><code><span><span class="keyword">val</span> add_local_attribute :
|
||
<span><a href="../Lambda/index.html#type-lambda">Lambda.lambda</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Location/index.html#type-t">Location.t</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Parsetree/index.html#type-attributes">Parsetree.attributes</a> <span class="arrow">-></span></span>
|
||
<a href="../Lambda/index.html#type-lambda">Lambda.lambda</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-get_local_attribute"><a href="#val-get_local_attribute" class="anchor"></a><code><span><span class="keyword">val</span> get_local_attribute : <span><a href="../Parsetree/index.html#type-attributes">Parsetree.attributes</a> <span class="arrow">-></span></span> <a href="../Lambda/index.html#type-local_attribute">Lambda.local_attribute</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-get_and_remove_inlined_attribute"><a href="#val-get_and_remove_inlined_attribute" class="anchor"></a><code><span><span class="keyword">val</span> get_and_remove_inlined_attribute :
|
||
<span><a href="../Typedtree/index.html#type-expression">Typedtree.expression</a> <span class="arrow">-></span></span>
|
||
<a href="../Lambda/index.html#type-inline_attribute">Lambda.inline_attribute</a> * <a href="../Typedtree/index.html#type-expression">Typedtree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-get_and_remove_inlined_attribute_on_module"><a href="#val-get_and_remove_inlined_attribute_on_module" class="anchor"></a><code><span><span class="keyword">val</span> get_and_remove_inlined_attribute_on_module :
|
||
<span><a href="../Typedtree/index.html#type-module_expr">Typedtree.module_expr</a> <span class="arrow">-></span></span>
|
||
<a href="../Lambda/index.html#type-inline_attribute">Lambda.inline_attribute</a> * <a href="../Typedtree/index.html#type-module_expr">Typedtree.module_expr</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-get_and_remove_specialised_attribute"><a href="#val-get_and_remove_specialised_attribute" class="anchor"></a><code><span><span class="keyword">val</span> get_and_remove_specialised_attribute :
|
||
<span><a href="../Typedtree/index.html#type-expression">Typedtree.expression</a> <span class="arrow">-></span></span>
|
||
<a href="../Lambda/index.html#type-specialise_attribute">Lambda.specialise_attribute</a> * <a href="../Typedtree/index.html#type-expression">Typedtree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-get_tailcall_attribute"><a href="#val-get_tailcall_attribute" class="anchor"></a><code><span><span class="keyword">val</span> get_tailcall_attribute :
|
||
<span><a href="../Typedtree/index.html#type-expression">Typedtree.expression</a> <span class="arrow">-></span></span>
|
||
<a href="../Lambda/index.html#type-tailcall_attribute">Lambda.tailcall_attribute</a> * <a href="../Typedtree/index.html#type-expression">Typedtree.expression</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-add_function_attributes"><a href="#val-add_function_attributes" class="anchor"></a><code><span><span class="keyword">val</span> add_function_attributes :
|
||
<span><a href="../Lambda/index.html#type-lambda">Lambda.lambda</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Location/index.html#type-t">Location.t</a> <span class="arrow">-></span></span>
|
||
<span><a href="../Parsetree/index.html#type-attributes">Parsetree.attributes</a> <span class="arrow">-></span></span>
|
||
<a href="../Lambda/index.html#type-lambda">Lambda.lambda</a></span></code></div></div></div></body></html> |