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 /docs/doc/primitive.html | |
| parent | 053d9b3038977db5cbf1921a144366ebaf774cfe (diff) | |
Prefer ˙ to ˜ for constant functions
Diffstat (limited to 'docs/doc/primitive.html')
| -rw-r--r-- | docs/doc/primitive.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doc/primitive.html b/docs/doc/primitive.html index fd393bf0..4dab6b98 100644 --- a/docs/doc/primitive.html +++ b/docs/doc/primitive.html @@ -220,7 +220,7 @@ </tbody> </table> <h2 id="modifiers">Modifiers</h2> -<p><em>Combinators</em> 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, <code><span class='Number'>0</span><span class='Modifier'>˜</span></code> is the constant function that always returns 0 and <code><span class='Number'>0</span><span class='Modifier2'>⊸</span><span class='Function'><</span></code> is the function that tests whether its right argument is greater than 0.</p> +<p><em>Combinators</em> 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, <code><span class='Number'>0</span><span class='Modifier'>˜</span></code> is identical to <code><span class='Number'>0</span><span class='Modifier'>˙</span></code>—a constant function that always returns 0—and <code><span class='Number'>0</span><span class='Modifier2'>⊸</span><span class='Function'><</span></code> is the function that tests whether its right argument is greater than 0.</p> <table> <thead> <tr> |
