This Haskell module exports the "fromEitherM" and "fromMaybeM" convenience functions
fromMaybeM :: Applicative m => m a -> Maybe a -> m a fromEitherM :: Applicative m => (e -> m a) -> Either e a -> m a
that lift "either" and "maybe" to Applicative values.
Package Version | Update ID | Released | Package Hub Version | Platforms | Subpackages |
---|---|---|---|---|---|
0.2.1.0-bp150.2.4 info | GA Release | 2018-08-01 | 15 |
|
|
0.2.1.0-bp150.2.6 info | GA Release | 2018-07-31 | 15 |
|
|
0.2.1.0-bp150.2.7 info | GA Release | 2018-07-30 | 15 |
|
|