mirror of
https://github.com/c-cube/moonpool.git
synced 2025-12-16 23:56:49 -05:00
2 lines
No EOL
3.4 KiB
HTML
2 lines
No EOL
3.4 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>General (ocaml.Patterns.General)</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> » General</nav><header class="odoc-preamble"><h1>Module <code><span>Patterns.General</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.Half_simple.view" class="def type anchored"><a href="#type-view.Half_simple.view" class="anchor"></a><code><span>| </span></code><code><span><a href="../Half_simple/index.html#type-view">Half_simple.view</a></span></code></li><li id="type-view.Var" class="def constructor anchored"><a href="#type-view.Var" class="anchor"></a><code><span>| </span></code><code><span>`Var <span class="keyword">of</span> <a href="../../Ident/index.html#type-t">Ident.t</a> * <span>string <a href="../../Asttypes/index.html#type-loc">Asttypes.loc</a></span></span></code></li><li id="type-view.Alias" class="def constructor anchored"><a href="#type-view.Alias" class="anchor"></a><code><span>| </span></code><code><span>`Alias <span class="keyword">of</span> <a href="../../Typedtree/index.html#type-pattern">Typedtree.pattern</a> * <a href="../../Ident/index.html#type-t">Ident.t</a> * <span>string <a href="../../Asttypes/index.html#type-loc">Asttypes.loc</a></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 class="odoc-spec"><div class="spec value anchored" id="val-view"><a href="#val-view" class="anchor"></a><code><span><span class="keyword">val</span> view : <span><a href="../../Typedtree/index.html#type-pattern">Typedtree.pattern</a> <span class="arrow">-></span></span> <a href="#type-pattern">pattern</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-erase"><a href="#val-erase" class="anchor"></a><code><span><span class="keyword">val</span> erase : <span><span><span>[< <a href="#type-view">view</a> ]</span> <a href="../../Typedtree/index.html#type-pattern_data">Typedtree.pattern_data</a></span> <span class="arrow">-></span></span> <a href="../../Typedtree/index.html#type-pattern">Typedtree.pattern</a></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-strip_vars"><a href="#val-strip_vars" class="anchor"></a><code><span><span class="keyword">val</span> strip_vars : <span><a href="#type-pattern">pattern</a> <span class="arrow">-></span></span> <a href="../Half_simple/index.html#type-pattern">Half_simple.pattern</a></span></code></div></div></div></body></html> |