Hoogle Search
Within LTS Haskell 24.50 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mapAndUnzipM :: Applicative m => (a -> m (b, c)) -> [a] -> m ([b], [c])protolude Protolude.Monad The mapAndUnzipM function maps its first argument over a list, returning the result as a pair of lists. This function is mainly used with complicated data structures or a state monad.
mapo :: (forall y . () => (Fix f -> y) -> (x -> y) -> x -> f y) -> x -> Fix frecursion-schemes Data.Functor.Foldable Mendler-style corecursion
mapMaybeNoNull :: (a -> Maybe b) -> MonoidalMap token a -> Maybe (MonoidalMap token b)reflex Data.AppendMap Like mapMaybe but indicates whether the resulting container is empty
mapPartitionEithers :: Map k (Either a b) -> (Map k a, Map k b)reflex Data.Map.Misc Deprecated: Use mapEither instead
-
reflex Reflex.Adjustable.Class Traverses a Map, running the provided Adjustable action. The provided Event of patches to the Map can add, remove, update, move, or swap values.
-
reflex Reflex.Class No documentation available.
-
reflex Reflex.Class No documentation available.
-
reflex Reflex.Class No documentation available.
-
reflex Reflex.Class No documentation available.
mapMaybe :: Filterable f => (a -> Maybe b) -> f a -> f breflex Reflex.Class Like mapMaybe.