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.

  1. mapM_ :: (PrimMonad m, Storable a) => (a -> m b) -> MVector (PrimState m) a -> m ()

    rebase Rebase.Data.Vector.Storable.Mutable

    No documentation available.

  2. mapM_ :: (Monad m, Unbox a) => (a -> m b) -> Vector a -> m ()

    rebase Rebase.Data.Vector.Unboxed

    No documentation available.

  3. mapMaybe :: (Unbox a, Unbox b) => (a -> Maybe b) -> Vector a -> Vector b

    rebase Rebase.Data.Vector.Unboxed

    No documentation available.

  4. mapMaybeM :: (Monad m, Unbox a, Unbox b) => (a -> m (Maybe b)) -> Vector a -> m (Vector b)

    rebase Rebase.Data.Vector.Unboxed

    No documentation available.

  5. mapM_ :: (PrimMonad m, Unbox a) => (a -> m b) -> MVector (PrimState m) a -> m ()

    rebase Rebase.Data.Vector.Unboxed.Mutable

    No documentation available.

  6. mapMaybeT :: (m (Maybe a) -> n (Maybe b)) -> MaybeT m a -> MaybeT n b

    rebase Rebase.Prelude

    Transform the computation inside a MaybeT.

  7. mapMaybe :: forall (m :: Type -> Type) cl a b . Monad m => ClSF m cl a b -> ClSF m cl (Maybe a) (Maybe b)

    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.

  8. mapM_ :: Monad m => (a -> m ()) -> T a -> m ()

    synthesizer-core Synthesizer.State.Signal

    No documentation available.

  9. mapMaybePickFn :: (a -> Maybe b) -> Renderable a -> Renderable b

    Chart Graphics.Rendering.Chart.Renderable

    Map a function over the result of a renderable's pickfunction, keeping only Just results.

  10. mapMaybeAnnotation :: (AnnC a, AnnC b) => (a -> b) -> Annotation -> Annotation

    annotated-exception Data.Annotation

    Map a function over the Annotation, leaving it unchanged if the types don't match.

Page 43 of many | Previous | Next