Skip to content

docs: document tuple types#59

Merged
scarmuega merged 1 commit into
mainfrom
feat/tuples
Jun 12, 2026
Merged

docs: document tuple types#59
scarmuega merged 1 commit into
mainfrom
feat/tuples

Conversation

@scarmuega

Copy link
Copy Markdown
Contributor

Summary

Documents the new parametric tuple types in the language reference:

  • language/types.md — a "Tuples" section under Compound types (syntax Tuple<T1, T2, ...>, two-or-more-element literals, (e) grouping vs () unit, positional t[i] access) plus a tuple clause in the type-equivalence paragraph.
  • language/data.md — tuple literals in the "Lists, maps, and tuples" section and a note on tuple indexing in the operator table.

Release ordering

Documents the feature shipping in tx3-lang/tx3#341. Land alongside or just after that release.

🤖 Generated with Claude Code

Adds a Tuples section to the type-system page (syntax, construction,
positional indexing, equivalence) and tuple literals to the data-expressions
page, alongside List and Map.

Reflects the parametric tuple types added in tx3-lang (tx3-lang/tx3#341).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@scarmuega scarmuega merged commit bf4a59e into main Jun 12, 2026
@scarmuega scarmuega deleted the feat/tuples branch June 12, 2026 03:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant