Hacker News new | ask | show | jobs
by sirwhinesalot 854 days ago
You can't use the Result sum type without first checking if it is the valid case or the error case. The type system won't let you forget to check. it's reminding you with red squiggles in your IDE. This is a good feature to have.