servedeither
servedeither is a software library for the programming language Haskell. It provides an implementation of the Either monad, often referred to as an Either type. The Either type is a fundamental data structure in functional programming used to represent a value that can be one of two possible types. Typically, it is used to represent either a success value (conventionally on the right side) or an error value (conventionally on the left side).
The servedeither library offers functions and combinators that allow developers to work with Either values in
By utilizing servedeither, Haskell programmers can write code that clearly distinguishes between successful outcomes and error