aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/primitive.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/primitive.md b/doc/primitive.md
index 3a2d72a6..527312ab 100644
--- a/doc/primitive.md
+++ b/doc/primitive.md
@@ -57,6 +57,7 @@ Functions that have significant differences from APL functions are marked with a
Glyph | Name(s) | Definition | Description
------|-------------|--------------------------------|---------------------------------------
+`Λ™` | Constant | `{𝕩⋄𝕗}` | Return a function that returns the operand
`˜` | Self/Swap | `{π•©π”½π•¨βŠ£π•©}` | Duplicate one argument or exchange two
`∘` | Atop | `{𝔽𝕨𝔾𝕩}` | Apply `𝔾` to both arguments and `𝔽` to the result
`β—‹` | Over | `{(𝔾𝕨)𝔽𝔾𝕩}` | Apply `𝔾` to each argument and `𝔽` to the results