Commit a7fdb38
#135 slice 6b — keyword-as-identifier (sibling of slice 6). `zip` and
`unzip` in collections.affine used `as` as a parameter/variable name;
`as` is the AS keyword (cast/import-alias), so it could not parse in
binding position. Renamed `as` -> `xs` (the `bs` companion is not a
keyword, left as-is).
Pure stdlib rename — zero grammar/compiler change, zero risk. Effect:
collections.affine clears its last parse wall (was PARSE 40:13) and
advances to RESOLVE (module-resolution, slice 8 class). Suite
unaffected (stdlib-only).
Advances #135. Refs #128, #135.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent c6305b9 commit a7fdb38
1 file changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
0 commit comments