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.
mapEither :: Filtrable f => (a -> Either b c) -> f a -> (f b, f c)filtrable Data.Filtrable Map the container with the given function, collecting the Lefts and the Rights separately.
-
filtrable Data.Filtrable Traverse the container with the given function, collecting the Lefts and the Rights separately.
mapMaybe :: Filtrable f => (a -> Maybe b) -> f a -> f bfiltrable Data.Filtrable Map the container with the given function, dropping the elements for which it returns Nothing.
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.