mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-16 23:56:49 -05:00
2 lines
No EOL
1.9 KiB
HTML
2 lines
No EOL
1.9 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Half_simple (ocaml.Patterns.Half_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> » Half_simple</nav><header class="odoc-preamble"><h1>Module <code><span>Patterns.Half_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.Simple.view" class="def type anchored"><a href="#type-view.Simple.view" class="anchor"></a><code><span>| </span></code><code><span><a href="../Simple/index.html#type-view">Simple.view</a></span></code></li><li id="type-view.Or" class="def constructor anchored"><a href="#type-view.Or" class="anchor"></a><code><span>| </span></code><code><span>`Or <span class="keyword">of</span> <a href="../../Typedtree/index.html#type-pattern">Typedtree.pattern</a> * <a href="../../Typedtree/index.html#type-pattern">Typedtree.pattern</a> * <span><a href="../../Types/index.html#type-row_desc">Types.row_desc</a> option</span></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></body></html> |