mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-18 08:36:43 -05:00
7 lines
No EOL
4.5 KiB
HTML
7 lines
No EOL
4.5 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Simple (ocaml.Patterns.Simple)</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">Patterns</a> » Simple</nav><header class="odoc-preamble"><h1>Module <code><span>Patterns.Simple</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-view"><a href="#type-view" class="anchor"></a><code><span><span class="keyword">type</span> view</span><span> = </span><span>[ </span></code><ol><li id="type-view.Any" class="def constructor anchored"><a href="#type-view.Any" class="anchor"></a><code><span>| </span></code><code><span>`Any</span></code></li><li id="type-view.Constant" class="def constructor anchored"><a href="#type-view.Constant" class="anchor"></a><code><span>| </span></code><code><span>`Constant <span class="keyword">of</span> <a href="../../Asttypes/index.html#type-constant">Asttypes.constant</a></span></code></li><li id="type-view.Tuple" class="def constructor anchored"><a href="#type-view.Tuple" class="anchor"></a><code><span>| </span></code><code><span>`Tuple <span class="keyword">of</span> <span><a href="../../Typedtree/index.html#type-pattern">Typedtree.pattern</a> list</span></span></code></li><li id="type-view.Construct" class="def constructor anchored"><a href="#type-view.Construct" class="anchor"></a><code><span>| </span></code><code><span>`Construct <span class="keyword">of</span>
|
||
<span><a href="../../Longident/index.html#type-t">Longident.t</a> <a href="../../Asttypes/index.html#type-loc">Asttypes.loc</a></span>
|
||
* <a href="../../Types/index.html#type-constructor_description">Types.constructor_description</a>
|
||
* <span><a href="../../Typedtree/index.html#type-pattern">Typedtree.pattern</a> list</span></span></code></li><li id="type-view.Variant" class="def constructor anchored"><a href="#type-view.Variant" class="anchor"></a><code><span>| </span></code><code><span>`Variant <span class="keyword">of</span> <a href="../../Asttypes/index.html#type-label">Asttypes.label</a> * <span><a href="../../Typedtree/index.html#type-pattern">Typedtree.pattern</a> option</span> * <span><a href="../../Types/index.html#type-row_desc">Types.row_desc</a> <a href="../../Stdlib/index.html#type-ref">ref</a></span></span></code></li><li id="type-view.Record" class="def constructor anchored"><a href="#type-view.Record" class="anchor"></a><code><span>| </span></code><code><span>`Record <span class="keyword">of</span>
|
||
<span><span>(<span><a href="../../Longident/index.html#type-t">Longident.t</a> <a href="../../Asttypes/index.html#type-loc">Asttypes.loc</a></span> * <a href="../../Types/index.html#type-label_description">Types.label_description</a> * <a href="../../Typedtree/index.html#type-pattern">Typedtree.pattern</a>)</span> list</span>
|
||
* <a href="../../Asttypes/index.html#type-closed_flag">Asttypes.closed_flag</a></span></code></li><li id="type-view.Array" class="def constructor anchored"><a href="#type-view.Array" class="anchor"></a><code><span>| </span></code><code><span>`Array <span class="keyword">of</span> <span><a href="../../Typedtree/index.html#type-pattern">Typedtree.pattern</a> list</span></span></code></li><li id="type-view.Lazy" class="def constructor anchored"><a href="#type-view.Lazy" class="anchor"></a><code><span>| </span></code><code><span>`Lazy <span class="keyword">of</span> <a href="../../Typedtree/index.html#type-pattern">Typedtree.pattern</a></span></code></li></ol><code><span> ]</span></code></div></div><div class="odoc-spec"><div class="spec type anchored" id="type-pattern"><a href="#type-pattern" class="anchor"></a><code><span><span class="keyword">type</span> pattern</span><span> = <span><a href="#type-view">view</a> <a href="../../Typedtree/index.html#type-pattern_data">Typedtree.pattern_data</a></span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-omega"><a href="#val-omega" class="anchor"></a><code><span><span class="keyword">val</span> omega : <span><span>[> <a href="#type-view">view</a> ]</span> <a href="../../Typedtree/index.html#type-pattern_data">Typedtree.pattern_data</a></span></span></code></div></div></div></body></html> |