aboutsummaryrefslogtreecommitdiff
path: root/commentary/problems.md
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-02-03 13:43:13 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-02-03 15:24:53 -0500
commitb2374aef747b4988417f896fdf33852dd57b9b07 (patch)
treee04294eeefecca837026b82c2e8e96ff564d011e /commentary/problems.md
parentad582b5ef4184e26be86ef61be60c28e90b0bb7d (diff)
Rename Unique Mask to Mark Firsts
Diffstat (limited to 'commentary/problems.md')
-rw-r--r--commentary/problems.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/commentary/problems.md b/commentary/problems.md
index 07097663..05f6148d 100644
--- a/commentary/problems.md
+++ b/commentary/problems.md
@@ -185,7 +185,7 @@ The other arithmetic functions round to nearest, and compound functions such as
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.