diff options
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 `π½` |
