Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mapM_ :: (PrimMonad m, Storable a) => (a -> m b) -> MVector (PrimState m) a -> m ()rebase Rebase.Data.Vector.Storable.Mutable No documentation available.
mapM_ :: (Monad m, Unbox a) => (a -> m b) -> Vector a -> m ()rebase Rebase.Data.Vector.Unboxed No documentation available.
mapMaybe :: (Unbox a, Unbox b) => (a -> Maybe b) -> Vector a -> Vector brebase Rebase.Data.Vector.Unboxed 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.
mapM_ :: (PrimMonad m, Unbox a) => (a -> m b) -> MVector (PrimState m) a -> m ()rebase Rebase.Data.Vector.Unboxed.Mutable No documentation available.
mapMaybeT :: (m (Maybe a) -> n (Maybe b)) -> MaybeT m a -> MaybeT n brebase Rebase.Prelude Transform the computation inside a MaybeT.
-
rhine FRP.Rhine.ClSF.Core Call a ClSF every time the input is 'Just a'. Caution: This will not change the time differences since the last tick. For example, while integrate 1 is approximately the same as timeInfoOf sinceInit, mapMaybe $ integrate 1 is very different from mapMaybe $ timeInfoOf sinceInit. The former only integrates when the input is Just 1, whereas the latter always returns the correct time since initialisation.
mapM_ :: Monad m => (a -> m ()) -> T a -> m ()synthesizer-core Synthesizer.State.Signal No documentation available.
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.