aboutsummaryrefslogtreecommitdiff
path: root/docs/doc/prefixes.html
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-12-02 14:45:59 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-12-02 15:06:12 -0500
commit55c40e75dde0ddad39a305f29e036ec88c85babe (patch)
tree3475a3c3e600227468828c507a241763e58f2085 /docs/doc/prefixes.html
parent1b8aab1ebfc36888d58d5347f7723e4bd1c5031c (diff)
Move problems.md to commentary folder
Diffstat (limited to 'docs/doc/prefixes.html')
-rw-r--r--docs/doc/prefixes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doc/prefixes.html b/docs/doc/prefixes.html
index 37bda297..9ef7cbdd 100644
--- a/docs/doc/prefixes.html
+++ b/docs/doc/prefixes.html
@@ -167,7 +167,7 @@
┘ ┘ ┘
</pre>
-<p>But Prefixes and Suffixes <a href="../problems.html#cant-take-prefixes-or-suffixes-on-multiple-axes">don't have</a> any way to specify that they should work on multiple axes, and always work on exactly one. So to extend this pattern we will have to define multi-dimensional versions. This turns out to be very easy: just replace Length with Shape in the <a href="#definition">definitions</a> above.</p>
+<p>But Prefixes and Suffixes <a href="../commentary/problems.html#cant-take-prefixes-or-suffixes-on-multiple-axes">don't have</a> any way to specify that they should work on multiple axes, and always work on exactly one. So to extend this pattern we will have to define multi-dimensional versions. This turns out to be very easy: just replace Length with Shape in the <a href="#definition">definitions</a> above.</p>
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=UHJlZnMg4oaQICjihpUxK+KJoinihpHCqDwKU3VmZnMg4oaQICjihpUxK+KJoinihpPCqDwKUHJlZnPCqFN1ZmZzIDPigL8y4qWKImFiY2RlZiI=">↗️</a><pre> <span class='Function'>Prefs</span> <span class='Gets'>←</span> <span class='Paren'>(</span><span class='Function'>↕</span><span class='Number'>1</span><span class='Function'>+≢</span><span class='Paren'>)</span><span class='Function'>↑</span><span class='Modifier'>¨</span><span class='Function'>&lt;</span>
<span class='Function'>Suffs</span> <span class='Gets'>←</span> <span class='Paren'>(</span><span class='Function'>↕</span><span class='Number'>1</span><span class='Function'>+≢</span><span class='Paren'>)</span><span class='Function'>↓</span><span class='Modifier'>¨</span><span class='Function'>&lt;</span>
<span class='Function'>Prefs</span><span class='Modifier'>¨</span><span class='Function'>Suffs</span> <span class='Number'>3</span><span class='Ligature'>‿</span><span class='Number'>2</span><span class='Function'>⥊</span><span class='String'>&quot;abcdef&quot;</span>