aboutsummaryrefslogtreecommitdiff
path: root/docs/doc/primitive.html
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-09-05 12:56:39 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-09-05 12:56:39 -0400
commit6408f52bdb80b0b79191675481bf59739ec3ad5b (patch)
tree2c9895bd1d9def10c7cf7b05b1c7d357fbf2c849 /docs/doc/primitive.html
parent053d9b3038977db5cbf1921a144366ebaf774cfe (diff)
Prefer ˙ to ˜ for constant functions
Diffstat (limited to 'docs/doc/primitive.html')
-rw-r--r--docs/doc/primitive.html2
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'>&lt;</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'>&lt;</span></code> is the function that tests whether its right argument is greater than 0.</p>
<table>
<thead>
<tr>