Software Engineering KB

Home

❯

02 Programming Languages and Paradigms

❯

01 Type Systems

❯

02 Sub Concept

❯

Product Types (Structs Tuples)

Product Types (Structs-Tuples)

Feb 10, 20261 min read

  • type-systems
  • adt
  • product-types
  • structs
  • tuples

Product Types (Structs-Tuples)

← Back to Algebraic Data Types (Type Systems)

Types that combine multiple values where all fields are present simultaneously. Structs bundle named fields, tuples bundle positional values. The set of possible values is the Cartesian product of each field’s type.

type-systems adt product-types structs tuples


Graph View

Backlinks

  • Algebraic Data Types (Type Systems)

Created with Quartz v4.5.2 © 2026

  • GitHub