September 2017
Beginner to intermediate
396 pages
9h 46m
English
Similar to Maybe, another data type that is used often in Haskell is Either. While Maybe decides to map something or nothing, Either goes with two types and keeps either of them. In this recipe, we will construct a safe division using the Either data type and will see how we can represent the error messages in a better way.
Read now
Unlock full access