Algebraic Data Types: Things I wish someone had explained about functional programming

added by JavaScript Kicks
11/19/2019 7:34:36 PM

955 Views

Algebraic data types and algebraic data structures sound similar. It's like they ought to be the same thing. But they're not. They both have 'algebraic' in the name, so it's confusing. I got them mixed up at times. Others have too. But, they're different concepts.


0 comments