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.
-
freer-par-monad Control.Monad.Freer.Par.Sequence No documentation available.
mapPost :: forall a c (f :: Type -> Type) b . (a -> c) -> Post a f b -> Post c f bfunctor-combinators Data.HFunctor.Route Post-compose on the post-routing function.
mapPre :: forall c a (f :: Type -> Type) b . (c -> a) -> Pre a f b -> Pre c f bfunctor-combinators Data.HFunctor.Route Pre-compose on the pre-routing function.
mapWithIds :: (Ord i, GenValid a) => Set i -> Gen (Map i a)genvalidity-appendful Data.GenValidity.Appendful.Collection No documentation available.
mapWithIds :: (Ord i, GenValid a) => Set i -> Gen (Map i a)genvalidity-mergeful Data.GenValidity.Mergeful.Collection No documentation available.
mapWithIds :: (Ord i, GenValid a) => Set i -> Gen (Map i a)genvalidity-mergeless Data.GenValidity.Mergeless.Collection No documentation available.
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.
mapListModelHasMap :: (HasCallStack, MonadIO m, IsMapListModel a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.MapListModel Checks if a map function is currently set on self.
-
gi-gtk4 GI.Gtk.Objects.MapListModel Creates a new GtkMapListModel for the given arguments.
-
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.