Short Overview: In this video we discuss how to model failures that can naturally occur in our programs through Either and Maybe. Progressing through Maybe, Either, and AccValidation with a worked example based on a Golang library.
Learning Haskell Cleaning Up The Error Handling -
In this video we discuss how to model failures that can naturally occur in our programs through Either and Maybe. Progressing through Maybe, Either, and AccValidation with a worked example based on a Golang library. Last time I looked at using Control.Monad.Except to avoid some unweildy nested case expressions.
Important details found
- In this video we discuss how to model failures that can naturally occur in our programs through Either and Maybe.
- Progressing through Maybe, Either, and AccValidation with a worked example based on a Golang library.
- Last time I looked at using Control.Monad.Except to avoid some unweildy nested case expressions.
- Special thanks to Frederick Rowland for being my first ever Patreon Patron!
- Exceptions are a pain in any language, but they have some unique quirks in
Why this topic is useful
This topic is useful when readers need a quick overview first, then want to move into supporting details and related references.
Frequently Asked Questions
Why are related topics included?
Related topics help readers compare nearby references and understand the broader subject.
What is this page about?
This page summarizes Learning Haskell Cleaning Up The Error Handling and connects it with related entries, references, and supporting context.
Is the information always complete?
Not always. Some topics may need verification from official or primary sources.