diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-09-05 12:56:39 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-09-05 12:56:39 -0400 |
| commit | 6408f52bdb80b0b79191675481bf59739ec3ad5b (patch) | |
| tree | 2c9895bd1d9def10c7cf7b05b1c7d357fbf2c849 /doc/primitive.md | |
| parent | 053d9b3038977db5cbf1921a144366ebaf774cfe (diff) | |
Prefer ˙ to ˜ for constant functions
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 527312ab..09a819d2 100644 --- a/doc/primitive.md +++ b/doc/primitive.md @@ -53,7 +53,7 @@ Functions that have significant differences from APL functions are marked with a ## Modifiers -*Combinators* only control the application of functions. Because a non-function operand applies as a constant function, some combinators have extra meanings when passed a constant. For example, `0˜` is the constant function that always returns 0 and `0⊸<` is the function that tests whether its right argument is greater than 0. +*Combinators* only control the application of functions. Because a non-function operand applies as a constant function, some combinators have extra meanings when passed a constant. For example, `0˜` is identical to `0˙`—a constant function that always returns 0—and `0⊸<` is the function that tests whether its right argument is greater than 0. Glyph | Name(s) | Definition | Description ------|-------------|--------------------------------|--------------------------------------- |
