Good article explaining the absolute basics, but I don't really get why you're talking about "product" and "sum" types: why is that information useful in practice?
r
Rob
08/26/2017, 7:45 PM
Thanks! I'm aware of these libraries. I'm writing my own library of functional abstractions to better grok them.
I wanted to quickly cover how algebraic data types construct new types before showing a generic instance of a sum type.