Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

It's worth noting that using Either style monadic error handling in IO code in Haskell is arguably an antipattern, as the Haskell runtime has its own built in exception handling (which actually works in a pretty conventional way). Some more info on this under 'Exceptions best practices ' here: https://tech.fpcomplete.com/haskell/tutorial/exceptions/


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

Search: