From b2374aef747b4988417f896fdf33852dd57b9b07 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Wed, 3 Feb 2021 13:43:13 -0500 Subject: Rename Unique Mask to Mark Firsts --- docs/commentary/problems.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/commentary/problems.html') diff --git a/docs/commentary/problems.html b/docs/commentary/problems.html index d42a99b6..150d946d 100644 --- a/docs/commentary/problems.html +++ b/docs/commentary/problems.html @@ -138,7 +138,7 @@

Empty left argument to Select

Select chooses whether the left argument maps to right argument axes or selects from the first axis only based on its depth. Without prototypes an empty array has depth 1, so it selects no major cells. However, it could also select from no axes (a no-op) and in some contexts the other behavior would be surprising.

Unclear primitive names

-

Blanket issue for names that I don't find informative: "Solo", "Bins", "Unique Mask", "Find", and "Group".

+

Blanket issue for names that I don't find informative: "Solo", "Bins", "Find", and "Group".

Strands go left to right

This is the best ordering, since it's consistent with lists. And code in a strand probably shouldn't have side effects anyway. Still, it's an odd little tack-on to say separators and strands go left to right, and it complicates the implementation a little.

Should have a rounding function

-- cgit v1.2.3