aboutsummaryrefslogtreecommitdiff
path: root/docs/doc/index.html
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-02-08 22:21:33 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-02-08 22:21:33 -0500
commit331024bb20bc511b39aacbbc022de67aaf690a3a (patch)
treefefd2e52996895ff59daee2844abe6bcc2640955 /docs/doc/index.html
parent54d28433b31af8bbd9c0ab3af7a46a4fcab6750b (diff)
Documentation on ordering functions
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 ab42f4f8..7947a68f 100644
--- a/docs/doc/index.html
+++ b/docs/doc/index.html
@@ -32,6 +32,7 @@
<li><a href="join.html">Join and Join To</a> (<code><span class='Function'>∾</span></code>)</li>
<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="order.html">Ordering functions</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>