Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mapMaybeM :: (Monad m, Vector v a, Vector v b) => (a -> m (Maybe b)) -> v a -> m (v b)rebase Rebase.Data.Vector.Generic No documentation available.
mapMaybeM :: (Monad m, Prim a, Prim b) => (a -> m (Maybe b)) -> Vector a -> m (Vector b)rebase Rebase.Data.Vector.Primitive No documentation available.
mapMaybeM :: (Monad m, Storable a, Storable b) => (a -> m (Maybe b)) -> Vector a -> m (Vector b)rebase Rebase.Data.Vector.Storable No documentation available.
mapMaybeM :: (Monad m, Unbox a, Unbox b) => (a -> m (Maybe b)) -> Vector a -> m (Vector b)rebase Rebase.Data.Vector.Unboxed No documentation available.
mapMaybeT :: (m (Maybe a) -> n (Maybe b)) -> MaybeT m a -> MaybeT n brebase Rebase.Prelude Transform the computation inside a MaybeT.
mapMaybePickFn :: (a -> Maybe b) -> Renderable a -> Renderable bChart Graphics.Rendering.Chart.Renderable Map a function over the result of a renderable's pickfunction, keeping only Just results.
mapMaybeAnnotation :: (AnnC a, AnnC b) => (a -> b) -> Annotation -> Annotationannotated-exception Data.Annotation Map a function over the Annotation, leaving it unchanged if the types don't match.
-
automaton Data.Automaton Only step the automaton if the input is Just.
mapMaybeT :: (m (Maybe a) -> n (Maybe b)) -> MaybeT m a -> MaybeT n bautomaton Data.Automaton.Trans.Maybe Transform the computation inside a MaybeT.
mapMaybeReversed :: (a -> Maybe b) -> List a -> List bstrict-list StrictList Map and filter elements producing results in reversed order.