mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 03:35:30 -05:00
deploy: b2b1d2b5fa
This commit is contained in:
parent
32cdf9c3cf
commit
033680b243
15 changed files with 22 additions and 8 deletions
2
dev/containers/CCSexp/Canonical/index.html
Normal file
2
dev/containers/CCSexp/Canonical/index.html
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -1,2 +1,2 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>1-Sexp (containers.CCSexp.Make.1-Sexp)</title><link rel="stylesheet" href="../../../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.2"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="../index.html">Up</a> – <a href="../../../index.html">containers</a> » <a href="../../index.html">CCSexp</a> » <a href="../index.html">Make</a> » 1-Sexp</nav><h1>Parameter <code>Make.1-Sexp</code></h1></header><dl><dt class="spec type" id="type-t"><a href="#type-t" class="anchor"></a><code><span class="keyword">type</span> t</code></dt><dt class="spec type" id="type-loc"><a href="#type-loc" class="anchor"></a><code><span class="keyword">type</span> loc</code></dt></dl><dl><dt class="spec value" id="val-make_loc"><a href="#val-make_loc" class="anchor"></a><code><span class="keyword">val</span> make_loc : <span><span>(<span>(int * int)</span> <span>-></span> <span>(int * int)</span> <span>-></span> string <span>-></span> <a href="index.html#type-loc">loc</a>)</span> option</span></code></dt><dd><p>If provided, builds a location from a pair of <code>(line,column)</code> positions, and a (possibly dummy) filename</p></dd></dl><dl><dt class="spec value" id="val-atom_with_loc"><a href="#val-atom_with_loc" class="anchor"></a><code><span class="keyword">val</span> atom_with_loc : <span>loc:<a href="index.html#type-loc">loc</a></span> <span>-></span> string <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-list_with_loc"><a href="#val-list_with_loc" class="anchor"></a><code><span class="keyword">val</span> list_with_loc : <span>loc:<a href="index.html#type-loc">loc</a></span> <span>-></span> <span><a href="index.html#type-t">t</a> list</span> <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-atom"><a href="#val-atom" class="anchor"></a><code><span class="keyword">val</span> atom : string <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-list"><a href="#val-list" class="anchor"></a><code><span class="keyword">val</span> list : <span><a href="index.html#type-t">t</a> list</span> <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-match_"><a href="#val-match_" class="anchor"></a><code><span class="keyword">val</span> match_ : <a href="index.html#type-t">t</a> <span>-></span> <span>atom:<span>(string <span>-></span> <span class="type-var">'a</span>)</span></span> <span>-></span> <span>list:<span>(<span><a href="index.html#type-t">t</a> list</span> <span>-></span> <span class="type-var">'a</span>)</span></span> <span>-></span> <span class="type-var">'a</span></code></dt></dl></div></body></html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>1-Sexp (containers.CCSexp.Make.1-Sexp)</title><link rel="stylesheet" href="../../../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.2"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="../index.html">Up</a> – <a href="../../../index.html">containers</a> » <a href="../../index.html">CCSexp</a> » <a href="../index.html">Make</a> » 1-Sexp</nav><h1>Parameter <code>Make.1-Sexp</code></h1></header><div><div class="spec include"><div class="doc"><details open="open"><summary><span class="def"><code><span class="keyword">include</span> <a href="../../../CCSexp_intf/index.html#module-type-BASIC_SEXP">CCSexp_intf.BASIC_SEXP</a></code></span></summary><dl><dt class="spec type" id="type-t"><a href="#type-t" class="anchor"></a><code><span class="keyword">type</span> t</code></dt></dl><dl><dt class="spec value" id="val-atom"><a href="#val-atom" class="anchor"></a><code><span class="keyword">val</span> atom : string <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-list"><a href="#val-list" class="anchor"></a><code><span class="keyword">val</span> list : <span><a href="index.html#type-t">t</a> list</span> <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-match_"><a href="#val-match_" class="anchor"></a><code><span class="keyword">val</span> match_ : <a href="index.html#type-t">t</a> <span>-></span> <span>atom:<span>(string <span>-></span> <span class="type-var">'a</span>)</span></span> <span>-></span> <span>list:<span>(<span><a href="index.html#type-t">t</a> list</span> <span>-></span> <span class="type-var">'a</span>)</span></span> <span>-></span> <span class="type-var">'a</span></code></dt></dl></details></div></div></div><dl><dt class="spec type" id="type-loc"><a href="#type-loc" class="anchor"></a><code><span class="keyword">type</span> loc</code></dt></dl><dl><dt class="spec value" id="val-make_loc"><a href="#val-make_loc" class="anchor"></a><code><span class="keyword">val</span> make_loc : <span><span>(<span>(int * int)</span> <span>-></span> <span>(int * int)</span> <span>-></span> string <span>-></span> <a href="index.html#type-loc">loc</a>)</span> option</span></code></dt><dd><p>If provided, builds a location from a pair of <code>(line,column)</code> positions, and a (possibly dummy) filename</p></dd></dl><dl><dt class="spec value" id="val-atom_with_loc"><a href="#val-atom_with_loc" class="anchor"></a><code><span class="keyword">val</span> atom_with_loc : <span>loc:<a href="index.html#type-loc">loc</a></span> <span>-></span> string <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-list_with_loc"><a href="#val-list_with_loc" class="anchor"></a><code><span class="keyword">val</span> list_with_loc : <span>loc:<a href="index.html#type-loc">loc</a></span> <span>-></span> <span><a href="index.html#type-t">t</a> list</span> <span>-></span> <a href="index.html#type-t">t</a></code></dt></dl></div></body></html>
|
||||
File diff suppressed because one or more lines are too long
|
|
@ -0,0 +1,2 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>1-Sexp (containers.CCSexp.MakeCanonical.1-Sexp)</title><link rel="stylesheet" href="../../../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.2"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="../index.html">Up</a> – <a href="../../../index.html">containers</a> » <a href="../../index.html">CCSexp</a> » <a href="../index.html">MakeCanonical</a> » 1-Sexp</nav><h1>Parameter <code>MakeCanonical.1-Sexp</code></h1></header><dl><dt class="spec type" id="type-t"><a href="#type-t" class="anchor"></a><code><span class="keyword">type</span> t</code></dt></dl><dl><dt class="spec value" id="val-atom"><a href="#val-atom" class="anchor"></a><code><span class="keyword">val</span> atom : string <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-list"><a href="#val-list" class="anchor"></a><code><span class="keyword">val</span> list : <span><a href="index.html#type-t">t</a> list</span> <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-match_"><a href="#val-match_" class="anchor"></a><code><span class="keyword">val</span> match_ : <a href="index.html#type-t">t</a> <span>-></span> <span>atom:<span>(string <span>-></span> <span class="type-var">'a</span>)</span></span> <span>-></span> <span>list:<span>(<span><a href="index.html#type-t">t</a> list</span> <span>-></span> <span class="type-var">'a</span>)</span></span> <span>-></span> <span class="type-var">'a</span></code></dt></dl></div></body></html>
|
||||
2
dev/containers/CCSexp/MakeCanonical/index.html
Normal file
2
dev/containers/CCSexp/MakeCanonical/index.html
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
dev/containers/CCSexp/module-type-BASIC_SEXP/index.html
Normal file
2
dev/containers/CCSexp/module-type-BASIC_SEXP/index.html
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>BASIC_SEXP (containers.CCSexp.BASIC_SEXP)</title><link rel="stylesheet" href="../../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.2"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="../index.html">Up</a> – <a href="../../index.html">containers</a> » <a href="../index.html">CCSexp</a> » BASIC_SEXP</nav><h1>Module type <code>CCSexp.BASIC_SEXP</code></h1><h3 id="abstract-representation-of-s-expressions"><a href="#abstract-representation-of-s-expressions" class="anchor"></a>Abstract representation of S-expressions</h3><dl><dt>since</dt><dd>NEXT_RELEASE</dd></dl></header><dl><dt class="spec type" id="type-t"><a href="#type-t" class="anchor"></a><code><span class="keyword">type</span> t</code></dt></dl><dl><dt class="spec value" id="val-atom"><a href="#val-atom" class="anchor"></a><code><span class="keyword">val</span> atom : string <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-list"><a href="#val-list" class="anchor"></a><code><span class="keyword">val</span> list : <span><a href="index.html#type-t">t</a> list</span> <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-match_"><a href="#val-match_" class="anchor"></a><code><span class="keyword">val</span> match_ : <a href="index.html#type-t">t</a> <span>-></span> <span>atom:<span>(string <span>-></span> <span class="type-var">'a</span>)</span></span> <span>-></span> <span>list:<span>(<span><a href="index.html#type-t">t</a> list</span> <span>-></span> <span class="type-var">'a</span>)</span></span> <span>-></span> <span class="type-var">'a</span></code></dt></dl></div></body></html>
|
||||
File diff suppressed because one or more lines are too long
2
dev/containers/CCSexp/module-type-S0/index.html
Normal file
2
dev/containers/CCSexp/module-type-S0/index.html
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -1,2 +1,2 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>SEXP (containers.CCSexp.SEXP)</title><link rel="stylesheet" href="../../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.2"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="../index.html">Up</a> – <a href="../../index.html">containers</a> » <a href="../index.html">CCSexp</a> » SEXP</nav><h1>Module type <code>CCSexp.SEXP</code></h1><h3 id="abstract-representation-of-s-expressions"><a href="#abstract-representation-of-s-expressions" class="anchor"></a>Abstract representation of S-expressions</h3><dl><dt>since</dt><dd>2.7</dd></dl></header><dl><dt class="spec type" id="type-t"><a href="#type-t" class="anchor"></a><code><span class="keyword">type</span> t</code></dt><dt class="spec type" id="type-loc"><a href="#type-loc" class="anchor"></a><code><span class="keyword">type</span> loc</code></dt></dl><dl><dt class="spec value" id="val-make_loc"><a href="#val-make_loc" class="anchor"></a><code><span class="keyword">val</span> make_loc : <span><span>(<span>(int * int)</span> <span>-></span> <span>(int * int)</span> <span>-></span> string <span>-></span> <a href="index.html#type-loc">loc</a>)</span> option</span></code></dt><dd><p>If provided, builds a location from a pair of <code>(line,column)</code> positions, and a (possibly dummy) filename</p></dd></dl><dl><dt class="spec value" id="val-atom_with_loc"><a href="#val-atom_with_loc" class="anchor"></a><code><span class="keyword">val</span> atom_with_loc : <span>loc:<a href="index.html#type-loc">loc</a></span> <span>-></span> string <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-list_with_loc"><a href="#val-list_with_loc" class="anchor"></a><code><span class="keyword">val</span> list_with_loc : <span>loc:<a href="index.html#type-loc">loc</a></span> <span>-></span> <span><a href="index.html#type-t">t</a> list</span> <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-atom"><a href="#val-atom" class="anchor"></a><code><span class="keyword">val</span> atom : string <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-list"><a href="#val-list" class="anchor"></a><code><span class="keyword">val</span> list : <span><a href="index.html#type-t">t</a> list</span> <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-match_"><a href="#val-match_" class="anchor"></a><code><span class="keyword">val</span> match_ : <a href="index.html#type-t">t</a> <span>-></span> <span>atom:<span>(string <span>-></span> <span class="type-var">'a</span>)</span></span> <span>-></span> <span>list:<span>(<span><a href="index.html#type-t">t</a> list</span> <span>-></span> <span class="type-var">'a</span>)</span></span> <span>-></span> <span class="type-var">'a</span></code></dt></dl></div></body></html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>SEXP (containers.CCSexp.SEXP)</title><link rel="stylesheet" href="../../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.2"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="../index.html">Up</a> – <a href="../../index.html">containers</a> » <a href="../index.html">CCSexp</a> » SEXP</nav><h1>Module type <code>CCSexp.SEXP</code></h1><h3 id="abstract-representation-of-s-expressions-(extended)"><a href="#abstract-representation-of-s-expressions-(extended)" class="anchor"></a>Abstract representation of S-expressions (extended)</h3><dl><dt>since</dt><dd>2.7</dd></dl></header><div><div class="spec include"><div class="doc"><details open="open"><summary><span class="def"><code><span class="keyword">include</span> <a href="../../CCSexp_intf/index.html#module-type-BASIC_SEXP">CCSexp_intf.BASIC_SEXP</a></code></span></summary><dl><dt class="spec type" id="type-t"><a href="#type-t" class="anchor"></a><code><span class="keyword">type</span> t</code></dt></dl><dl><dt class="spec value" id="val-atom"><a href="#val-atom" class="anchor"></a><code><span class="keyword">val</span> atom : string <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-list"><a href="#val-list" class="anchor"></a><code><span class="keyword">val</span> list : <span><a href="index.html#type-t">t</a> list</span> <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-match_"><a href="#val-match_" class="anchor"></a><code><span class="keyword">val</span> match_ : <a href="index.html#type-t">t</a> <span>-></span> <span>atom:<span>(string <span>-></span> <span class="type-var">'a</span>)</span></span> <span>-></span> <span>list:<span>(<span><a href="index.html#type-t">t</a> list</span> <span>-></span> <span class="type-var">'a</span>)</span></span> <span>-></span> <span class="type-var">'a</span></code></dt></dl></details></div></div></div><dl><dt class="spec type" id="type-loc"><a href="#type-loc" class="anchor"></a><code><span class="keyword">type</span> loc</code></dt></dl><dl><dt class="spec value" id="val-make_loc"><a href="#val-make_loc" class="anchor"></a><code><span class="keyword">val</span> make_loc : <span><span>(<span>(int * int)</span> <span>-></span> <span>(int * int)</span> <span>-></span> string <span>-></span> <a href="index.html#type-loc">loc</a>)</span> option</span></code></dt><dd><p>If provided, builds a location from a pair of <code>(line,column)</code> positions, and a (possibly dummy) filename</p></dd></dl><dl><dt class="spec value" id="val-atom_with_loc"><a href="#val-atom_with_loc" class="anchor"></a><code><span class="keyword">val</span> atom_with_loc : <span>loc:<a href="index.html#type-loc">loc</a></span> <span>-></span> string <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-list_with_loc"><a href="#val-list_with_loc" class="anchor"></a><code><span class="keyword">val</span> list_with_loc : <span>loc:<a href="index.html#type-loc">loc</a></span> <span>-></span> <span><a href="index.html#type-t">t</a> list</span> <span>-></span> <a href="index.html#type-t">t</a></code></dt></dl></div></body></html>
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>CCSexp_intf (containers.CCSexp_intf)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.2"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="../index.html">Up</a> – <a href="../index.html">containers</a> » CCSexp_intf</nav><h1>Module <code>CCSexp_intf</code></h1></header><dl><dt class="spec type" id="type-or_error"><a href="#type-or_error" class="anchor"></a><code><span class="keyword">type</span> <span>'a or_error</span></code><code> = <span><span>(<span class="type-var">'a</span>, string)</span> Stdlib.result</span></code></dt><dt class="spec type" id="type-iter"><a href="#type-iter" class="anchor"></a><code><span class="keyword">type</span> <span>'a iter</span></code><code> = <span>(<span class="type-var">'a</span> <span>-></span> unit)</span> <span>-></span> unit</code></dt><dt class="spec type" id="type-gen"><a href="#type-gen" class="anchor"></a><code><span class="keyword">type</span> <span>'a gen</span></code><code> = unit <span>-></span> <span><span class="type-var">'a</span> option</span></code></dt></dl><dl><dt class="spec module-type" id="module-type-SEXP"><a href="#module-type-SEXP" class="anchor"></a><code><span class="keyword">module</span> <span class="keyword">type</span> <a href="module-type-SEXP/index.html">SEXP</a> = <span class="keyword">sig</span> ... <span class="keyword">end</span></code></dt><dd></dd></dl><dl><dt class="spec module-type" id="module-type-S"><a href="#module-type-S" class="anchor"></a><code><span class="keyword">module</span> <span class="keyword">type</span> <a href="module-type-S/index.html">S</a> = <span class="keyword">sig</span> ... <span class="keyword">end</span></code></dt><dd></dd></dl></div></body></html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>CCSexp_intf (containers.CCSexp_intf)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.2"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="../index.html">Up</a> – <a href="../index.html">containers</a> » CCSexp_intf</nav><h1>Module <code>CCSexp_intf</code></h1></header><dl><dt class="spec type" id="type-or_error"><a href="#type-or_error" class="anchor"></a><code><span class="keyword">type</span> <span>'a or_error</span></code><code> = <span><span>(<span class="type-var">'a</span>, string)</span> Stdlib.result</span></code></dt><dt class="spec type" id="type-iter"><a href="#type-iter" class="anchor"></a><code><span class="keyword">type</span> <span>'a iter</span></code><code> = <span>(<span class="type-var">'a</span> <span>-></span> unit)</span> <span>-></span> unit</code></dt><dt class="spec type" id="type-gen"><a href="#type-gen" class="anchor"></a><code><span class="keyword">type</span> <span>'a gen</span></code><code> = unit <span>-></span> <span><span class="type-var">'a</span> option</span></code></dt></dl><dl><dt class="spec module-type" id="module-type-BASIC_SEXP"><a href="#module-type-BASIC_SEXP" class="anchor"></a><code><span class="keyword">module</span> <span class="keyword">type</span> <a href="module-type-BASIC_SEXP/index.html">BASIC_SEXP</a> = <span class="keyword">sig</span> ... <span class="keyword">end</span></code></dt><dd></dd></dl><dl><dt class="spec module-type" id="module-type-SEXP"><a href="#module-type-SEXP" class="anchor"></a><code><span class="keyword">module</span> <span class="keyword">type</span> <a href="module-type-SEXP/index.html">SEXP</a> = <span class="keyword">sig</span> ... <span class="keyword">end</span></code></dt><dd></dd></dl><dl><dt class="spec module-type" id="module-type-S0"><a href="#module-type-S0" class="anchor"></a><code><span class="keyword">module</span> <span class="keyword">type</span> <a href="module-type-S0/index.html">S0</a> = <span class="keyword">sig</span> ... <span class="keyword">end</span></code></dt><dd></dd></dl><dl><dt class="spec module-type" id="module-type-S"><a href="#module-type-S" class="anchor"></a><code><span class="keyword">module</span> <span class="keyword">type</span> <a href="module-type-S/index.html">S</a> = <span class="keyword">sig</span> ... <span class="keyword">end</span></code></dt><dd></dd></dl></div></body></html>
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>BASIC_SEXP (containers.CCSexp_intf.BASIC_SEXP)</title><link rel="stylesheet" href="../../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.2"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="../index.html">Up</a> – <a href="../../index.html">containers</a> » <a href="../index.html">CCSexp_intf</a> » BASIC_SEXP</nav><h1>Module type <code>CCSexp_intf.BASIC_SEXP</code></h1><h3 id="abstract-representation-of-s-expressions"><a href="#abstract-representation-of-s-expressions" class="anchor"></a>Abstract representation of S-expressions</h3><dl><dt>since</dt><dd>NEXT_RELEASE</dd></dl></header><dl><dt class="spec type" id="type-t"><a href="#type-t" class="anchor"></a><code><span class="keyword">type</span> t</code></dt></dl><dl><dt class="spec value" id="val-atom"><a href="#val-atom" class="anchor"></a><code><span class="keyword">val</span> atom : string <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-list"><a href="#val-list" class="anchor"></a><code><span class="keyword">val</span> list : <span><a href="index.html#type-t">t</a> list</span> <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-match_"><a href="#val-match_" class="anchor"></a><code><span class="keyword">val</span> match_ : <a href="index.html#type-t">t</a> <span>-></span> <span>atom:<span>(string <span>-></span> <span class="type-var">'a</span>)</span></span> <span>-></span> <span>list:<span>(<span><a href="index.html#type-t">t</a> list</span> <span>-></span> <span class="type-var">'a</span>)</span></span> <span>-></span> <span class="type-var">'a</span></code></dt></dl></div></body></html>
|
||||
File diff suppressed because one or more lines are too long
2
dev/containers/CCSexp_intf/module-type-S0/index.html
Normal file
2
dev/containers/CCSexp_intf/module-type-S0/index.html
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -1,2 +1,2 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>SEXP (containers.CCSexp_intf.SEXP)</title><link rel="stylesheet" href="../../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.2"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="../index.html">Up</a> – <a href="../../index.html">containers</a> » <a href="../index.html">CCSexp_intf</a> » SEXP</nav><h1>Module type <code>CCSexp_intf.SEXP</code></h1><h3 id="abstract-representation-of-s-expressions"><a href="#abstract-representation-of-s-expressions" class="anchor"></a>Abstract representation of S-expressions</h3><dl><dt>since</dt><dd>2.7</dd></dl></header><dl><dt class="spec type" id="type-t"><a href="#type-t" class="anchor"></a><code><span class="keyword">type</span> t</code></dt><dt class="spec type" id="type-loc"><a href="#type-loc" class="anchor"></a><code><span class="keyword">type</span> loc</code></dt></dl><dl><dt class="spec value" id="val-make_loc"><a href="#val-make_loc" class="anchor"></a><code><span class="keyword">val</span> make_loc : <span><span>(<span>(int * int)</span> <span>-></span> <span>(int * int)</span> <span>-></span> string <span>-></span> <a href="index.html#type-loc">loc</a>)</span> option</span></code></dt><dd><p>If provided, builds a location from a pair of <code>(line,column)</code> positions, and a (possibly dummy) filename</p></dd></dl><dl><dt class="spec value" id="val-atom_with_loc"><a href="#val-atom_with_loc" class="anchor"></a><code><span class="keyword">val</span> atom_with_loc : <span>loc:<a href="index.html#type-loc">loc</a></span> <span>-></span> string <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-list_with_loc"><a href="#val-list_with_loc" class="anchor"></a><code><span class="keyword">val</span> list_with_loc : <span>loc:<a href="index.html#type-loc">loc</a></span> <span>-></span> <span><a href="index.html#type-t">t</a> list</span> <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-atom"><a href="#val-atom" class="anchor"></a><code><span class="keyword">val</span> atom : string <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-list"><a href="#val-list" class="anchor"></a><code><span class="keyword">val</span> list : <span><a href="index.html#type-t">t</a> list</span> <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-match_"><a href="#val-match_" class="anchor"></a><code><span class="keyword">val</span> match_ : <a href="index.html#type-t">t</a> <span>-></span> <span>atom:<span>(string <span>-></span> <span class="type-var">'a</span>)</span></span> <span>-></span> <span>list:<span>(<span><a href="index.html#type-t">t</a> list</span> <span>-></span> <span class="type-var">'a</span>)</span></span> <span>-></span> <span class="type-var">'a</span></code></dt></dl></div></body></html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>SEXP (containers.CCSexp_intf.SEXP)</title><link rel="stylesheet" href="../../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.2"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><div class="content"><header><nav><a href="../index.html">Up</a> – <a href="../../index.html">containers</a> » <a href="../index.html">CCSexp_intf</a> » SEXP</nav><h1>Module type <code>CCSexp_intf.SEXP</code></h1><h3 id="abstract-representation-of-s-expressions-(extended)"><a href="#abstract-representation-of-s-expressions-(extended)" class="anchor"></a>Abstract representation of S-expressions (extended)</h3><dl><dt>since</dt><dd>2.7</dd></dl></header><div><div class="spec include"><div class="doc"><details open="open"><summary><span class="def"><code><span class="keyword">include</span> <a href="../index.html#module-type-BASIC_SEXP">BASIC_SEXP</a></code></span></summary><dl><dt class="spec type" id="type-t"><a href="#type-t" class="anchor"></a><code><span class="keyword">type</span> t</code></dt></dl><dl><dt class="spec value" id="val-atom"><a href="#val-atom" class="anchor"></a><code><span class="keyword">val</span> atom : string <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-list"><a href="#val-list" class="anchor"></a><code><span class="keyword">val</span> list : <span><a href="index.html#type-t">t</a> list</span> <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-match_"><a href="#val-match_" class="anchor"></a><code><span class="keyword">val</span> match_ : <a href="index.html#type-t">t</a> <span>-></span> <span>atom:<span>(string <span>-></span> <span class="type-var">'a</span>)</span></span> <span>-></span> <span>list:<span>(<span><a href="index.html#type-t">t</a> list</span> <span>-></span> <span class="type-var">'a</span>)</span></span> <span>-></span> <span class="type-var">'a</span></code></dt></dl></details></div></div></div><dl><dt class="spec type" id="type-loc"><a href="#type-loc" class="anchor"></a><code><span class="keyword">type</span> loc</code></dt></dl><dl><dt class="spec value" id="val-make_loc"><a href="#val-make_loc" class="anchor"></a><code><span class="keyword">val</span> make_loc : <span><span>(<span>(int * int)</span> <span>-></span> <span>(int * int)</span> <span>-></span> string <span>-></span> <a href="index.html#type-loc">loc</a>)</span> option</span></code></dt><dd><p>If provided, builds a location from a pair of <code>(line,column)</code> positions, and a (possibly dummy) filename</p></dd></dl><dl><dt class="spec value" id="val-atom_with_loc"><a href="#val-atom_with_loc" class="anchor"></a><code><span class="keyword">val</span> atom_with_loc : <span>loc:<a href="index.html#type-loc">loc</a></span> <span>-></span> string <span>-></span> <a href="index.html#type-t">t</a></code></dt><dt class="spec value" id="val-list_with_loc"><a href="#val-list_with_loc" class="anchor"></a><code><span class="keyword">val</span> list_with_loc : <span>loc:<a href="index.html#type-loc">loc</a></span> <span>-></span> <span><a href="index.html#type-t">t</a> list</span> <span>-></span> <a href="index.html#type-t">t</a></code></dt></dl></div></body></html>
|
||||
Loading…
Add table
Reference in a new issue