From 6408f52bdb80b0b79191675481bf59739ec3ad5b Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sat, 5 Sep 2020 12:56:39 -0400 Subject: =?UTF-8?q?Prefer=20=CB=99=20to=20=CB=9C=20for=20constant=20functi?= =?UTF-8?q?ons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/doc/primitive.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/doc/primitive.html') 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 @@

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.

-- cgit v1.2.3