mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-07 11:45:31 -05:00
2 lines
No EOL
3 KiB
HTML
2 lines
No EOL
3 KiB
HTML
<!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 %%VERSION%%"/><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> |