Skip to content

Commit

Permalink
Yet another typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
zfnmxt committed Jun 17, 2024
1 parent 05fd6a4 commit e7e81c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blog/2024-06-17-automap.md
Original file line number Diff line number Diff line change
Expand Up @@ -606,8 +606,8 @@ applications but rather functions *themselves*. Typed array polymorphic
languages like [Typed Remora](https://arxiv.org/abs/1912.13451) are a nice
example because they demonstrates this explicitly at the type-level: just like
how we abstract over type parameters in parametric polymorphism (e.g., `id :
forall a. a -> a`), Remora abstracts over *shape parameters* as well (`shape
polymorphic` might be a better name than `rank polymorphic`). For example,
forall a. a -> a`), Remora abstracts over *shape parameters* as well ("shape
polymorphic" might be a better name than "rank polymorphic"). For example,
`sum : forall S. S int -> int` (where `S` is a shape variable) might collapse
any higher-dimensional array (say a matrix or a vector or a 36-dimensional
tensor) into an integer. Unfortunately, this generality comes at a cost and
Expand Down

0 comments on commit e7e81c7

Please sign in to comment.