Software Engineering KB

Home

❯

02 Programming Languages and Paradigms

❯

00 Programming Paradigms

❯

02 Sub Concept

❯

Product Types

Product Types

Feb 10, 20261 min read

  • programming-paradigms
  • functional
  • product-types

Product Types

← Back to Algebraic Data Types

Types that combine multiple values into one, where all fields are present simultaneously. Tuples and records/structs are product types. The total number of possible values is the product of the possible values of each field.

programming-paradigms functional product-types


Graph View

Backlinks

  • Algebraic Data Types

Created with Quartz v4.5.2 © 2026

  • GitHub