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.
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.
-
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.
mapCells :: (a -> b) -> ArrayTable a -> ArrayTable bgridtables Text.GridTable.ArrayTable Apply a function to all cell contents in a grid table.
mapEvent :: WidgetClass self => Signal self (EventM EAny Bool)gtk Graphics.UI.Gtk.Abstract.Widget The window is put onto the screen.
mapSignal :: WidgetClass self => Signal self (IO ())gtk Graphics.UI.Gtk.Abstract.Widget The widget appears on screen.