Hey, I'm going through the Futhark Examples pages, and the one titled "tuples-and-records.fut" is giving conflicting information as to if tuples are 0 or 1 indexed. I remember from the design-mistakes blogpost that tuples at least used to be 1-indexed, but the page claims this is just like arrays (who are actually 0 indexed), and all examples that use projections show indexing by 0.
I'd submit a PR for it, but I'm unfortunately not sure which one is actually the way it is done now.
Hey, I'm going through the Futhark Examples pages, and the one titled "tuples-and-records.fut" is giving conflicting information as to if tuples are 0 or 1 indexed. I remember from the design-mistakes blogpost that tuples at least used to be 1-indexed, but the page claims this is just like arrays (who are actually 0 indexed), and all examples that use projections show indexing by 0.
I'd submit a PR for it, but I'm unfortunately not sure which one is actually the way it is done now.