aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-11-07 20:05:38 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-11-07 20:05:38 -0500
commit08633c4a70f5d341906ef7f24aae91af1286dcd4 (patch)
tree40f8eed1ebca8a81f11461de882c5f406d8f7d6a
parente6120f541fe2e085bb0a81ac2e514e55582d9a91 (diff)
Add pair.md to documentation index
-rw-r--r--doc/README.md1
-rw-r--r--docs/doc/index.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/README.md b/doc/README.md
index 8c9c7501..8cf9e5b5 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -50,6 +50,7 @@ Primitives:
- [Match](match.md) (`≡≢`)
- [Mapping](map.md) (`¨⌜`)
- [Ordering functions](order.md) (`∧∨⍋⍒`)
+- [Pair](pair.md) (`⋈`)
- [Pick](pick.md) (`⊑`)
- [Prefixes and Suffixes](prefixes.md) (`↑↓`)
- [Range](range.md) (`↕`)
diff --git a/docs/doc/index.html b/docs/doc/index.html
index 83c6ea4a..cd9f7f0e 100644
--- a/docs/doc/index.html
+++ b/docs/doc/index.html
@@ -56,6 +56,7 @@
<li><a href="match.html">Match</a> (<code><span class='Function'>≡≢</span></code>)</li>
<li><a href="map.html">Mapping</a> (<code><span class='Modifier'>¨⌜</span></code>)</li>
<li><a href="order.html">Ordering functions</a> (<code><span class='Function'>∧∨⍋⍒</span></code>)</li>
+<li><a href="pair.html">Pair</a> (<code><span class='Function'>⋈</span></code>)</li>
<li><a href="pick.html">Pick</a> (<code><span class='Function'>⊑</span></code>)</li>
<li><a href="prefixes.html">Prefixes and Suffixes</a> (<code><span class='Function'>↑↓</span></code>)</li>
<li><a href="range.html">Range</a> (<code><span class='Function'>↕</span></code>)</li>