Skip to content

Commit

Permalink
deploy: 5177ad5
Browse files Browse the repository at this point in the history
  • Loading branch information
zoj613 committed Jul 3, 2024
1 parent 7ff1fa0 commit 74f8cfb
Show file tree
Hide file tree
Showing 9 changed files with 58 additions and 50 deletions.
22 changes: 11 additions & 11 deletions zarr/Zarr/Storage/FilesystemStore/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion zarr/Zarr/Storage/Make/argument-1-M/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>M (zarr.Zarr.Storage.Make.M)</title><meta charset="utf-8"/><link rel="stylesheet" href="../../../../../odoc.support/odoc.css"/><meta name="generator" content="odoc 2.4.2"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../../../odoc.support/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">zarr</a> &#x00BB; <a href="../../../index.html">Zarr</a> &#x00BB; <a href="../../index.html">Storage</a> &#x00BB; <a href="../index.html">Make</a> &#x00BB; M</nav><header class="odoc-preamble"><h1>Parameter <code><span>Make.M</span></code></h1></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-t"><a href="#type-t" class="anchor"></a><code><span><span class="keyword">type</span> t</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-get"><a href="#val-get" class="anchor"></a><code><span><span class="keyword">val</span> get : <span><a href="#type-t">t</a> <span class="arrow">&#45;&gt;</span></span> <span>string <span class="arrow">&#45;&gt;</span></span> <span><span>(string, <span>[&gt; <span class="xref-unresolved">Zarr__.Storage_intf.error</span> ]</span>)</span> <span class="xref-unresolved">Stdlib</span>.result</span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-get_partial_values"><a href="#val-get_partial_values" class="anchor"></a><code><span><span class="keyword">val</span> get_partial_values :
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>M (zarr.Zarr.Storage.Make.M)</title><meta charset="utf-8"/><link rel="stylesheet" href="../../../../../odoc.support/odoc.css"/><meta name="generator" content="odoc 2.4.2"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../../../../odoc.support/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">zarr</a> &#x00BB; <a href="../../../index.html">Zarr</a> &#x00BB; <a href="../../index.html">Storage</a> &#x00BB; <a href="../index.html">Make</a> &#x00BB; M</nav><header class="odoc-preamble"><h1>Parameter <code><span>Make.M</span></code></h1><p>The abstract STORE interface that stores should implement.</p><p>The store interface defines a set of operations involving keys and values. In the context of this interface, a key is a Unicode string, where the final character is not a / character. In general, a value is a sequence of bytes. Specific stores may choose more specific storage formats, which must be stated in the specification of the respective store.</p><p>It is assumed that the store holds (key, value) pairs, with only one such pair for any given key. I.e., a store is a mapping from keys to values. It is also assumed that keys are case sensitive, i.e., the keys “foo” and “FOO” are different. The store interface also defines some operations involving prefixes. In the context of this interface, a prefix is a string containing only characters that are valid for use in keys and ending with a trailing / character.</p></header><div class="odoc-content"><div class="odoc-spec"><div class="spec type anchored" id="type-t"><a href="#type-t" class="anchor"></a><code><span><span class="keyword">type</span> t</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-get"><a href="#val-get" class="anchor"></a><code><span><span class="keyword">val</span> get : <span><a href="#type-t">t</a> <span class="arrow">&#45;&gt;</span></span> <span>string <span class="arrow">&#45;&gt;</span></span> <span><span>(string, <span>[&gt; <span class="xref-unresolved">Zarr__.Storage_intf.error</span> ]</span>)</span> <span class="xref-unresolved">Stdlib</span>.result</span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-get_partial_values"><a href="#val-get_partial_values" class="anchor"></a><code><span><span class="keyword">val</span> get_partial_values :
<span><a href="#type-t">t</a> <span class="arrow">&#45;&gt;</span></span>
<span><span><span>(string * <span class="xref-unresolved">Zarr__.Storage_intf.range</span>)</span> list</span> <span class="arrow">&#45;&gt;</span></span>
<span><span>string option</span> list</span></span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-set"><a href="#val-set" class="anchor"></a><code><span><span class="keyword">val</span> set : <span><a href="#type-t">t</a> <span class="arrow">&#45;&gt;</span></span> <span>string <span class="arrow">&#45;&gt;</span></span> <span>string <span class="arrow">&#45;&gt;</span></span> unit</span></code></div></div><div class="odoc-spec"><div class="spec value anchored" id="val-set_partial_values"><a href="#val-set_partial_values" class="anchor"></a><code><span><span class="keyword">val</span> set_partial_values :
Expand Down
Loading

0 comments on commit 74f8cfb

Please sign in to comment.