Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
massiv-io Data.Massiv.Array.IO Decode an image using the supplied function or throw an error in case of failure.
-
massiv-io Data.Massiv.Array.IO Encode an image using the supplied function or throw an error in case of failure.
-
monad-coroutine Control.Monad.Coroutine.SuspensionFunctors Like weaveAwaitYield, except the Await coroutine expects Maybe-wrapped values. After the Yield coroutine terminates, the Await coroutine receives only Nothing.
mToMaybe :: MonadInner m => m a -> Maybe amonadology Control.Monad.Ology.General.Inner No documentation available.
exceptToMaybeT :: forall (m :: Type -> Type) e a . Functor m => ExceptT e m a -> MaybeT m amonadology Control.Monad.Ology.Specific.MaybeT Convert a ExceptT computation to MaybeT, discarding the value of any exception.
hoistMaybe :: forall (m :: Type -> Type) b . Applicative m => Maybe b -> MaybeT m bmonadology Control.Monad.Ology.Specific.MaybeT mapMaybeT :: (m (Maybe a) -> n (Maybe b)) -> MaybeT m a -> MaybeT n bmonadology Control.Monad.Ology.Specific.MaybeT Transform the computation inside a MaybeT.
runMaybeT :: MaybeT (m :: Type -> Type) a -> m (Maybe a)monadology Control.Monad.Ology.Specific.MaybeT No documentation available.
resultFromMaybe :: e -> Maybe a -> Result e amonadology Control.Monad.Ology.Specific.Result No documentation available.
resultToMaybe :: Result e a -> Maybe amonadology Control.Monad.Ology.Specific.Result No documentation available.