ghc-from-sum
Canonical fromMaybeM and fromEitherM functions


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.

BSD-3-Clause

cloud_download Downloads

Please select a product to see the available package versions:
Loading...
Loading package downloads...