diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-05-10 17:05:30 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-05-10 17:05:30 -0400 |
| commit | 0708b47ae6d4b02e5c386734727265a2068617a0 (patch) | |
| tree | c8e591e22cd6afe107a4c3b5a8e5e645a58c92af /doc | |
| parent | 2195d0c0d0730a9617e3a181d179f014add55166 (diff) | |
Merge result from ⊤ replacement so it works with arrays on both sides
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/fromDyalog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fromDyalog.md b/doc/fromDyalog.md index cb84eb20..e382dab0 100644 --- a/doc/fromDyalog.md +++ b/doc/fromDyalog.md @@ -115,7 +115,7 @@ The tables below give approximate implementations of Dyalog primitives for the o <tr><td> <code>⍎</code> </td><td colspan=2><code>•Eval</code></td> </tr> <tr><td> <code>⍕</code> </td><td colspan=2><code>•Fmt</code></td> </tr> <tr><td> <code>⊥</code> </td><td> </td><td> <code>{+⟜(𝕨⊸×)´⌽𝕩}</code> </td> </tr> -<tr><td> <code>⊤</code> </td><td> </td><td> <code>{𝕨|1↓⌊∘÷`⌾⌽𝕨∾<𝕩}</code></td> </tr> +<tr><td> <code>⊤</code> </td><td> </td><td> <code>{>𝕨|⌊∘÷`⌾⌽𝕨«˜<𝕩}</code></td> </tr> <tr><td> <code>⌹</code> </td><td colspan=2><code>+˝∘×⎉1‿∞⁼</code> I guess</td> </tr> <tr><td> <code>⌷</code> </td><td> N/A </td><td> <code>⊏</code></td> </tr> </table> |
