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-Clausecloud_download Downloads
To download packages, you need to log in and have a valid subscription.
Please select a product to see the available package versions:
Loading...
Loading package downloads...