Pure Functional Validation in a Nutshell
There are several different ways to model errors in typed functional programming, depending on your specific needs.
Maybe
Maybe
is a datatype that represents a computation (or an effect) that might not…