Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. 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.

  2. 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.

  3. 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.

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

    genvalidity-appendful Data.GenValidity.Appendful.Collection

    No documentation available.

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

    genvalidity-mergeful Data.GenValidity.Mergeful.Collection

    No documentation available.

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

    genvalidity-mergeless Data.GenValidity.Mergeless.Collection

    No documentation available.

  7. 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.

  8. 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.

  9. mapListModelNew :: (HasCallStack, MonadIO m, IsListModel a) => Maybe a -> Maybe MapListModelMapFunc -> m MapListModel

    gi-gtk4 GI.Gtk.Objects.MapListModel

    Creates a new GtkMapListModel for the given arguments.

  10. mapListModelSetMapFunc :: (HasCallStack, MonadIO m, IsMapListModel a) => a -> Maybe MapListModelMapFunc -> m ()

    gi-gtk4 GI.Gtk.Objects.MapListModel

    Sets the function used to map items. The function will be called whenever an item needs to be mapped and must return the item to use for the given input item. Note that GtkMapListModel may call this function multiple times on the same item, because it may delete items it doesn't need anymore. GTK makes no effort to ensure that mapFunc conforms to the item type of self. It assumes that the caller knows what they are doing and the map function returns items of the appropriate type.

Page 283 of many | Previous | Next