Skip to content

Add Functor, Applicative and Monad instances for Either

Fredrik Wieczerkowski requested to merge fwcd/curry-libs:either-monad into master

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

Merge request reports