Skip to content

Commit

Permalink
Oops, missed this guy.
Browse files Browse the repository at this point in the history
  • Loading branch information
zfnmxt committed Jun 18, 2024
1 parent f7e89c9 commit 32fa351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/2024-06-17-automap.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ and `rep`s to make the program rank-correct. We found that this generally aligns
with the programmer's intent and that it also provides for a simple mental model
for the programmer. For example, if `ysss : [][][]int` is a three-dimensional array,
no `map`s or `rep`s will be inserted at all for the program `length ysss` even
though `map length ysss` and `map (map length) yss` are both legal elaborations.
though `map length ysss` and `map (map length) ysss` are both legal elaborations.

This also helps us address ambiguity: the compiler no longer has to choose from
an infinite number of solutions and instead only the minimal
Expand Down

0 comments on commit 32fa351

Please sign in to comment.