Closed sellout closed 2 years ago
Since Vec is fixed-length, this means indexing (!) is just Representable's index. So we can support indexing into Vecs without having to support a categorical notion of sequences.
Vec
!
index
Since
Vec
is fixed-length, this means indexing (!
) is just Representable'sindex
. So we can support indexing intoVec
s without having to support a categorical notion of sequences.