mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
2 lines
No EOL
1.4 KiB
HTML
2 lines
No EOL
1.4 KiB
HTML
<!DOCTYPE html>
|
||
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>CCShimsEither_ (containers.CCShimsEither_)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.3"/><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> » CCShimsEither_</nav><h1>Module <code>CCShimsEither_</code></h1></header><dl><dt class="spec type" id="type-t"><a href="#type-t" class="anchor"></a><code><span class="keyword">type</span> <span>('a, 'b) t</span></code><code> = <span><span>(<span class="type-var">'a</span>, <span class="type-var">'b</span>)</span> Stdlib.Either.t</span></code><code> = </code><table class="variant"><tr id="type-t.Left" class="anchored"><td class="def constructor"><a href="#type-t.Left" class="anchor"></a><code>| </code><code><span class="constructor">Left</span> <span class="keyword">of</span> <span class="type-var">'a</span></code></td></tr><tr id="type-t.Right" class="anchored"><td class="def constructor"><a href="#type-t.Right" class="anchor"></a><code>| </code><code><span class="constructor">Right</span> <span class="keyword">of</span> <span class="type-var">'b</span></code></td></tr></table></dt></dl></div></body></html> |