Hacker News new | ask | show | jobs
by searealist 686 days ago
Today you learned what a sum type is.
1 comments

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.