aboutsummaryrefslogtreecommitdiff
path: root/docs/doc/index.html
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-02-03 21:00:29 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-02-03 21:00:29 -0500
commitea479a06b4dbdc6bbd2955da9cb53a71b32dead5 (patch)
treee3890c0e50cf68fdc0f807c28f35808b4a15e97e /docs/doc/index.html
parentfc6ab6d263812009d44b6e0115925c913ac7dc81 (diff)
Add self-comparison function (monadic ⊐⊒∊⍷) documentation
Diffstat (limited to 'docs/doc/index.html')
-rw-r--r--docs/doc/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/doc/index.html b/docs/doc/index.html
index 0cda7fa8..ab42f4f8 100644
--- a/docs/doc/index.html
+++ b/docs/doc/index.html
@@ -33,6 +33,7 @@
<li><a href="logic.html">Logical functions</a> (<code><span class='Function'>∧∨¬</span></code>)</li>
<li><a href="match.html">Match</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="selfcmp.html">Self-comparison functions</a> (<code><span class='Function'>⊐⊒∊⍷</span></code>)</li>
<li><a href="shift.html">Shift functions</a> (<code><span class='Function'>»«</span></code>)</li>
<li><a href="couple.html">Solo, Couple, and Merge</a> (<code><span class='Function'>≍&gt;</span></code>)</li>
<li><a href="transpose.html">Transpose</a> (<code><span class='Function'>⍉</span></code>)</li>