From 80cab4ef3a715ae98eefcbea947269d731b04b2e Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Wed, 13 Jul 2022 14:48:34 -0400 Subject: A missed [] update in docs --- docs/doc/arrayrepr.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/doc/arrayrepr.html') diff --git a/docs/doc/arrayrepr.html b/docs/doc/arrayrepr.html index f181a47f..dc0fd389 100644 --- a/docs/doc/arrayrepr.html +++ b/docs/doc/arrayrepr.html @@ -203,7 +203,7 @@

This syntax doesn't work for creating rank 0 arrays—use Enclose < for these—or empty arrays. The notation [] would be ambiguous, so it's not allowed (although it can be used for destructuring, which works with an existing array). To create an empty array with a specific shape, Reshape () is probably the best approach.

Strands

-

Strand notation is another way to write lists of length two or more. The elements are connected with the ligature character . It has a precedence higher than anything else other than the namespace dot . and of course paired brackets (), {}, and ⟨⟩. This means complicated elements generally need to be placed in parentheses. Expressions joined by ligatures behave exactly the same as those in list notation: they are evaluated in order and placed in a list.

+

Strand notation is another way to write lists of length two or more. The elements are connected with the ligature character . It has a precedence higher than anything else other than the namespace dot . and of course paired brackets (), {}, ⟨⟩, and []. This means complicated elements generally need to be placed in parentheses. Expressions joined by ligatures behave exactly the same as those in list notation: they are evaluated in order and placed in a list.

↗️
    +´×
 ⟨ + ´ ∘ × ⟩
 
-- 
cgit v1.2.3