aboutsummaryrefslogtreecommitdiff
path: root/docs/doc/couple.html
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-08-22 14:15:28 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-08-22 14:15:34 -0400
commitafa17dfda2fb4fcc74e58236b2bf86f9ba6c50a4 (patch)
treeb286cf154305e42ebbd43240b657be62f0c27997 /docs/doc/couple.html
parent0cb146516528afd700b5c4bec9c5373cf54fd778 (diff)
Add favicon
Diffstat (limited to 'docs/doc/couple.html')
-rw-r--r--docs/doc/couple.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/doc/couple.html b/docs/doc/couple.html
index 7f017325..4756be2c 100644
--- a/docs/doc/couple.html
+++ b/docs/doc/couple.html
@@ -1,4 +1,7 @@
-<head><link href="../style.css" rel="stylesheet"/></head>
+<head>
+ <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/>
+ <link href="../style.css" rel="stylesheet"/>
+</head>
<div class="nav"><a href="https://github.com/mlochbaum/BQN">BQN</a></div>
<h1 id="couple-and-merge">Couple and Merge</h1>
<p>Solo/Couple (<code><span class='Function'>≍</span></code>) and Merge (<code><span class='Function'>&gt;</span></code>) are functions that create a higher-rank array from lower-rank components. Each takes some number of inner arrays organized in an outer structure, and creates a single array combining all elements of those inner arrays. For example, let's couple two arrays of shape <code><span class='Number'>2</span><span class='Ligature'>‿</span><span class='Number'>3</span></code>:</p>