mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-17 08:06:43 -05:00
5 lines
No EOL
5.6 KiB
HTML
5 lines
No EOL
5.6 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Signature_search (ocaml.Odoc_sig.Signature_search)</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">Odoc_sig</a> » Signature_search</nav><header class="odoc-preamble"><h1>Module <code><span>Odoc_sig.Signature_search</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-ele"><a href="#type-ele" class="anchor"></a><code><span><span class="keyword">type</span> ele</span></code></div></div><div class="odoc-spec"><div class="spec type anchored" id="type-tab"><a href="#type-tab" class="anchor"></a><code><span><span class="keyword">type</span> tab</span><span> = <span><span>(<a href="#type-ele">ele</a>, <a href="../../Types/index.html#type-signature_item">Types.signature_item</a>)</span> <a href="../../Stdlib/Hashtbl/index.html#type-t">Stdlib.Hashtbl.t</a></span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-table"><a href="#val-table" class="anchor"></a><code><span><span class="keyword">val</span> table : <span><a href="../../Types/index.html#type-signature">Types.signature</a> <span class="arrow">-></span></span> <a href="#type-tab">tab</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-search_value"><a href="#val-search_value" class="anchor"></a><code><span><span class="keyword">val</span> search_value : <span><a href="#type-tab">tab</a> <span class="arrow">-></span></span> <span>string <span class="arrow">-></span></span> <a href="../../Types/index.html#type-type_expr">Types.type_expr</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-search_extension"><a href="#val-search_extension" class="anchor"></a><code><span><span class="keyword">val</span> search_extension : <span><a href="#type-tab">tab</a> <span class="arrow">-></span></span> <span>string <span class="arrow">-></span></span> <a href="../../Types/index.html#type-extension_constructor">Types.extension_constructor</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-search_type"><a href="#val-search_type" class="anchor"></a><code><span><span class="keyword">val</span> search_type : <span><a href="#type-tab">tab</a> <span class="arrow">-></span></span> <span>string <span class="arrow">-></span></span> <a href="../../Types/index.html#type-type_declaration">Types.type_declaration</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-search_class"><a href="#val-search_class" class="anchor"></a><code><span><span class="keyword">val</span> search_class : <span><a href="#type-tab">tab</a> <span class="arrow">-></span></span> <span>string <span class="arrow">-></span></span> <a href="../../Types/index.html#type-class_declaration">Types.class_declaration</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-search_class_type"><a href="#val-search_class_type" class="anchor"></a><code><span><span class="keyword">val</span> search_class_type : <span><a href="#type-tab">tab</a> <span class="arrow">-></span></span> <span>string <span class="arrow">-></span></span> <a href="../../Types/index.html#type-class_type_declaration">Types.class_type_declaration</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-search_module"><a href="#val-search_module" class="anchor"></a><code><span><span class="keyword">val</span> search_module : <span><a href="#type-tab">tab</a> <span class="arrow">-></span></span> <span>string <span class="arrow">-></span></span> <a href="../../Types/index.html#type-module_type">Types.module_type</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-search_module_type"><a href="#val-search_module_type" class="anchor"></a><code><span><span class="keyword">val</span> search_module_type : <span><a href="#type-tab">tab</a> <span class="arrow">-></span></span> <span>string <span class="arrow">-></span></span> <span><a href="../../Types/index.html#type-module_type">Types.module_type</a> option</span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-search_attribute_type"><a href="#val-search_attribute_type" class="anchor"></a><code><span><span class="keyword">val</span> search_attribute_type :
|
||
<span><a href="../../Types/Vars/index.html#type-key">Types.Vars.key</a> <span class="arrow">-></span></span>
|
||
<span><a href="../../Types/index.html#type-class_signature">Types.class_signature</a> <span class="arrow">-></span></span>
|
||
<a href="../../Types/index.html#type-type_expr">Types.type_expr</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-search_method_type"><a href="#val-search_method_type" class="anchor"></a><code><span><span class="keyword">val</span> search_method_type : <span>string <span class="arrow">-></span></span> <span><a href="../../Types/index.html#type-class_signature">Types.class_signature</a> <span class="arrow">-></span></span> <a href="../../Types/index.html#type-type_expr">Types.type_expr</a></span></code></div></div></div></body></html> |