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.