Hacker News new | past | comments | ask | show | jobs | submit login

Sum types are conceptually cleaner but it's unclear to me how they would help with analysis for this case. I don't know about formally, but informally, it's easy to determine by inspecting the code that a function returns either a value or an error, even it's written as a tuple. It's also easy to determine whether the call sites are handling errors correctly.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: