Hillel Wayne
A Very Early History of Algebraic Data Types
Algebraic data types consist of product types (structs with multiple fields) and sum types (tagged unions representing choices between options).
1 article published
Algebraic data types consist of product types (structs with multiple fields) and sum types (tagged unions representing choices between options).