diff options
Diffstat (limited to 'docs/help/merge_greaterthan.html')
| -rw-r--r-- | docs/help/merge_greaterthan.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/help/merge_greaterthan.html b/docs/help/merge_greaterthan.html index c0b21032..da588aa8 100644 --- a/docs/help/merge_greaterthan.html +++ b/docs/help/merge_greaterthan.html @@ -7,9 +7,8 @@ <h1 id="greater-than-"><a class="header" href="#greater-than-">Greater Than (<code><span class='Function'>></span></code>)</a></h1> <h2 id="-𝕩-merge"><a class="header" href="#-𝕩-merge"><code><span class='Function'>></span> <span class='Value'>𝕩</span></code>: Merge</a></h2> <p><a class="fulldoc" href="../doc/couple.html">→full documentation</a></p> -<p>Add the rank of an element of <code><span class='Value'>𝕩</span></code> to the rank of <code><span class='Value'>𝕩</span></code>.</p> -<p>All elements must have the same rank.</p> -<p>Returns atomic values as is.</p> +<p>Combine an array of arrays into one array. All elements of <code><span class='Value'>𝕩</span></code> must have the same rank, and the result rank is that plus the rank of <code><span class='Value'>𝕩</span></code>.</p> +<p>Returns and boxed atoms unchanged.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=YSDihpAg4p+o4p+oMSwgMuKfqSwg4p+oMywgNOKfqeKfqQoKPmEKCuKJomEKCuKJoj5h">↗️</a><pre> <span class='Value'>a</span> <span class='Gets'>←</span> <span class='Bracket'>⟨⟨</span><span class='Number'>1</span><span class='Separator'>,</span> <span class='Number'>2</span><span class='Bracket'>⟩</span><span class='Separator'>,</span> <span class='Bracket'>⟨</span><span class='Number'>3</span><span class='Separator'>,</span> <span class='Number'>4</span><span class='Bracket'>⟩⟩</span> <span class='Function'>></span><span class='Value'>a</span> |
