Add Functor, Applicative and Monad instances for Either
This is analogous to Haskell's Either
and makes the type much more useful as a general-purpose wrapper for failable, pure values.
Edited by Fredrik Wieczerkowski
This is analogous to Haskell's Either
and makes the type much more useful as a general-purpose wrapper for failable, pure values.