aboutsummaryrefslogtreecommitdiff
path: root/docs/doc/primitive.html
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2022-04-11 22:32:10 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2022-04-11 22:32:56 -0400
commit0fe07c5912c42fca1f4a9010d240ac0116a671a2 (patch)
treecab3ac5af015ee7e579dd7cab994ce98c4d666ff /docs/doc/primitive.html
parent846425fabe9b4c5c9bbe2be0c785fd1662a0daaa (diff)
Documentation for Atop and Over
Diffstat (limited to 'docs/doc/primitive.html')
-rw-r--r--docs/doc/primitive.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/doc/primitive.html b/docs/doc/primitive.html
index 4def02cf..dda31281 100644
--- a/docs/doc/primitive.html
+++ b/docs/doc/primitive.html
@@ -437,13 +437,13 @@
</tr>
<tr>
<td><code><span class='Modifier2'>∘</span></code></td>
-<td>Atop</td>
+<td><a href="compose.html">Atop</a></td>
<td><code><span class='Brace'>{</span><span class='Function'>𝔽</span><span class='Value'>𝕨</span><span class='Function'>𝔾</span><span class='Value'>𝕩</span><span class='Brace'>}</span></code></td>
<td>Apply <code><span class='Function'>𝔾</span></code> to both arguments and <code><span class='Function'>𝔽</span></code> to the result</td>
</tr>
<tr>
<td><code><span class='Modifier2'>○</span></code></td>
-<td>Over</td>
+<td><a href="compose.html">Over</a></td>
<td><code><span class='Brace'>{</span><span class='Paren'>(</span><span class='Function'>𝔾</span><span class='Value'>𝕨</span><span class='Paren'>)</span><span class='Function'>𝔽𝔾</span><span class='Value'>𝕩</span><span class='Brace'>}</span></code></td>
<td>Apply <code><span class='Function'>𝔾</span></code> to each argument and <code><span class='Function'>𝔽</span></code> to the results</td>
</tr>