Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. mapMaybe :: Filtrable f => (a -> Maybe b) -> f a -> f b

    filtrable Data.Filtrable

    Map the container with the given function, dropping the elements for which it returns Nothing.

  2. mapMaybeA :: (Filtrable f, Traversable f, Applicative p) => (a -> p (Maybe b)) -> f a -> p (f b)

    filtrable Data.Filtrable

    Traverse the container with the given function, dropping the elements for which it returns Nothing.

  3. mapS :: (Applicative f, Sequence sq) => (forall x y . () => cat x y -> f (cat x y)) -> sq cat a b -> f (sq cat a b)

    freer-par-monad Control.Monad.Freer.Par.Sequence

    No documentation available.

  4. mapPost :: forall a c (f :: Type -> Type) b . (a -> c) -> Post a f b -> Post c f b

    functor-combinators Data.HFunctor.Route

    Post-compose on the post-routing function.

  5. mapPre :: forall c a (f :: Type -> Type) b . (c -> a) -> Pre a f b -> Pre c f b

    functor-combinators Data.HFunctor.Route

    Pre-compose on the pre-routing function.

  6. mapWithIds :: (Ord i, GenValid a) => Set i -> Gen (Map i a)

    genvalidity-appendful Data.GenValidity.Appendful.Collection

    No documentation available.

  7. mapWithIds :: (Ord i, GenValid a) => Set i -> Gen (Map i a)

    genvalidity-mergeful Data.GenValidity.Mergeful.Collection

    No documentation available.

  8. mapWithIds :: (Ord i, GenValid a) => Set i -> Gen (Map i a)

    genvalidity-mergeless Data.GenValidity.Mergeless.Collection

    No documentation available.

  9. mapListModelGetModel :: (HasCallStack, MonadIO m, IsMapListModel a) => a -> m (Maybe ListModel)

    gi-gtk4 GI.Gtk.Objects.MapListModel

    Gets the model that is currently being mapped or Nothing if none.

  10. mapListModelHasMap :: (HasCallStack, MonadIO m, IsMapListModel a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.MapListModel

    Checks if a map function is currently set on self.

Page 282 of many | Previous | Next