diff options
| author | razetime <raghuallthetime@hotmail.com> | 2022-01-20 08:48:23 +0530 |
|---|---|---|
| committer | razetime <raghuallthetime@hotmail.com> | 2022-01-20 08:48:23 +0530 |
| commit | a5838f0e455ddb150d9c7b98d5e060dcf70fdefc (patch) | |
| tree | 65891497b170890526ce9b8a292cb98ddfd554f5 /docs/help/atop.html | |
| parent | c6cab48977311e88bf26c0d5b25ee09b95817ab4 (diff) | |
| parent | f74ae588caad19f498440bd8e848d8df5724174e (diff) | |
Merge branch 'master' of https://github.com/mlochbaum/BQN
Diffstat (limited to 'docs/help/atop.html')
| -rw-r--r-- | docs/help/atop.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/help/atop.html b/docs/help/atop.html index deef0cff..81c1d3c6 100644 --- a/docs/help/atop.html +++ b/docs/help/atop.html @@ -16,7 +16,7 @@ </pre> <h2 id="---dyadic-atop"><a class="header" href="#---dyadic-atop"><code><span class='Value'>𝕨</span> <span class='Function'>𝔽</span><span class='Modifier2'>∘</span><span class='Function'>𝔾</span> <span class='Value'>𝕩</span></code>: Dyadic Atop</a></h2> <p>Apply <code><span class='Function'>𝔾</span></code> to <code><span class='Value'>𝕨</span></code> and <code><span class='Value'>𝕩</span></code>, then apply <code><span class='Function'>𝔽</span></code> (<code><span class='Function'>𝔽</span> <span class='Paren'>(</span><span class='Value'>𝕨</span> <span class='Function'>𝔾</span> <span class='Value'>𝕩</span><span class='Paren'>)</span></code>).</p> -<p>#<code><span class='Function'>𝔽</span></code> must be monadic, and <code><span class='Function'>𝔾</span></code> must be dyadic.</p> +<p><code><span class='Function'>𝔽</span></code> must be monadic, and <code><span class='Function'>𝔾</span></code> must be dyadic.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ICAgMSAt4oiYKyAyCgogICAxIC0gKyAyCgogICAtIDEgKyAy">↗️</a><pre> <span class='Number'>1</span> <span class='Function'>-</span><span class='Modifier2'>∘</span><span class='Function'>+</span> <span class='Number'>2</span> ¯3 |
