Hacker News new | ask | show | jobs
by tialaramex 686 days ago
I already knew what a sum type is. Fortunately I discovered Rust, which actually has proper sum types rather than trying to make do with a tagged union and a whole lot of squinting.