Hacker News new | ask | show | jobs
by eru 3624 days ago
I don't think eg Go uses a sum type:

https://gobyexample.com/multiple-return-values

Typically they use product types to simulate sum types.