i wish haskell treated exceptions more like "there is no recovering from this error at all" because base is littered with them even if Maybe would've sufficed
Comments
Log in with your Bluesky account to leave a comment
idk rust manages without having catching/throwing exceptions everywhere. i dislike that haskell embraces exceptions more than it does with Maybe/Either because the type signature seems like a lie when something blows up, control flow is more unpredictable, and exceptions are often not documented
Comments