Skip to content

Commit

Permalink
A bit more unicode.
Browse files Browse the repository at this point in the history
  • Loading branch information
zfnmxt committed Jun 17, 2024
1 parent 1a56e1c commit 7b599e6
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 @@ -570,7 +570,7 @@ start-to-finish for each top-level definition in a program:
3. The solution to the ILP tells the compiler how to insert the minimal number
of `map`s and `rep`s to make the program rank-correct. For example, if `Mᵢ =
3` and `Rᵢ = 0` for an application `f x`, then transform the application by
inserting three `map`s and no `rep`s: `f x |--> map (map (map f)) x`.
inserting three `map`s and no `rep`s: `f x map (map (map f)) x`.

4. Type check the transformed program with all implicit `map`s and `rep`s made
explicit using Futhark's normal type checker and continue with compilation as
Expand Down

0 comments on commit 7b599e6

Please sign in to comment.