From e219af48401473a7bac49bdd8b89d69082cf5dd8 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sun, 31 Jul 2022 09:14:26 -0400 Subject: Remove discussion left over from older example code (closes #74) --- docs/tutorial/variable.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/tutorial/variable.html') diff --git a/docs/tutorial/variable.html b/docs/tutorial/variable.html index 9314a878..ad85a517 100644 --- a/docs/tutorial/variable.html +++ b/docs/tutorial/variable.html @@ -344,7 +344,7 @@ a # It hasn't changed, of course ⟨ 4 3 2 1 0 ⟩ -

The code to do this looks the same as what we did with Reverse (). Again we don't have to parenthesize the function, because modifiers associate from left to right, so Under () binds to its operands before Compose () does.

+

The code to do this looks the same as what we did with Reverse ().

↗️
    a -4(¯2)
 ⟨ 4 3 2 ¯3 ¯4 ⟩
 
-- cgit v1.2.3