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.
mapMaybeM :: Monad m => (a -> m (Maybe b)) -> Fold m b r -> Fold m a rstreamly-core Streamly.Internal.Data.Fold >>> mapMaybeM f = Fold.lmapM f . Fold.catMaybes
mapAlterF :: (IsMap f, Functor g) => (Maybe a -> g (Maybe a)) -> Key f -> f a -> g (f a)streamly-core Streamly.Internal.Data.IsMap No documentation available.
mapDelete :: IsMap f => Key f -> f a -> f astreamly-core Streamly.Internal.Data.IsMap No documentation available.
-
streamly-core Streamly.Internal.Data.IsMap No documentation available.
mapInsert :: IsMap f => Key f -> a -> f a -> f astreamly-core Streamly.Internal.Data.IsMap No documentation available.
mapLookup :: IsMap f => Key f -> f a -> Maybe astreamly-core Streamly.Internal.Data.IsMap No documentation available.
mapNull :: IsMap f => f a -> Boolstreamly-core Streamly.Internal.Data.IsMap No documentation available.
mapTraverseWithKey :: (IsMap f, Applicative t) => (Key f -> a -> t b) -> f a -> t (f b)streamly-core Streamly.Internal.Data.IsMap No documentation available.
mapUnion :: IsMap f => f a -> f a -> f astreamly-core Streamly.Internal.Data.IsMap No documentation available.
mapM :: Monad m => (a -> m b) -> Pipe m a bstreamly-core Streamly.Internal.Data.Pipe Lift a monadic function to a Pipe.