diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-04-13 16:05:00 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-04-13 20:56:52 -0400 |
| commit | d291cb7faf2c1856e2cea486b0d935bbb16db2c9 (patch) | |
| tree | caaed54bea89d302d68dcb368ef919466f9d07d0 /doc/primitive.md | |
| parent | 44c184a54ce4cb101b70edca9aef271462ee5d66 (diff) | |
Documentation for Self/Swap
Diffstat (limited to 'doc/primitive.md')
| -rw-r--r-- | doc/primitive.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/primitive.md b/doc/primitive.md index 03634235..f2b47341 100644 --- a/doc/primitive.md +++ b/doc/primitive.md @@ -68,7 +68,7 @@ Functions that have significant differences from APL equivalents or don't appear Glyph | Name(s) | Definition | Description ------|--------------------|--------------------------------|--------------------------------------- `Λ` | Constant | `{π©βπ}` | Return a function that returns the operand -`Λ` | Self/Swap | `{π©π½π¨β£π©}` | Duplicate one argument or exchange two +`Λ` | [Self/Swap](swap.md) | `{π©π½π¨β£π©}` | Duplicate one argument or exchange two `β` | [Atop](compose.md) | `{π½π¨πΎπ©}` | Apply `πΎ` to both arguments and `π½` to the result `β` | [Over](compose.md) | `{(πΎπ¨)π½πΎπ©}` | Apply `πΎ` to each argument and `π½` to the results `βΈ` | Before/Bind | `{(π½π¨β£π©)πΎπ©}` | `πΎ`'s left argument comes from `π½` |
