Handling Errors in Haskell
January 01, 0001Thursday night I gave a new presentation on handling errors in Haskell. My understanding of this concept has evolved radically in the last two years, though it is still incomplete.
While I have little additional commentary right now, my presentation will be evolving over time to include new information. To this page, I will add a a full prose explanation for the information in the slides over the course of this next week.
Haskell Error Handling – PDF Slides
I have written previous articles [here](Exceptions and Errors, Part 1) and [here](Exception Handling in Haskell, Part 2). My understanding now deprecates both of those articles, though not completely.