Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
concatMapAccumM :: Monad m => (a -> accum -> m (accum, [b])) -> accum -> ConduitT a b m ()conduit Data.Conduit.List concatMapM with a strict accumulator. Subject to fusion Since 0.3.0
concatMapM :: Monad m => (a -> m [b]) -> ConduitT a b m ()conduit Data.Conduit.List Apply a monadic transformation to all values in a stream, concatenating the output values. Subject to fusion Since 0.3.0
foldMap :: forall (m :: Type -> Type) b a o . (Monad m, Monoid b) => (a -> b) -> ConduitT a o m bconduit Data.Conduit.List A monoidal strict left fold. Subject to fusion Since 0.5.3
foldMapM :: (Monad m, Monoid b) => (a -> m b) -> ConduitT a o m bconduit Data.Conduit.List A monoidal strict left fold in a Monad. Since 1.0.8
-
http-client Network.HTTP.Client.Internal No documentation available.
-
resourcet Control.Monad.Trans.Resource.Internal No documentation available.
ReleaseMap :: NextKey -> RefCount -> !IntMap (ReleaseType -> IO ()) -> ReleaseMapresourcet Control.Monad.Trans.Resource.Internal No documentation available.
ReleaseMapClosed :: ReleaseMapresourcet Control.Monad.Trans.Resource.Internal No documentation available.
getIntMapOf :: Get Int -> Get a -> Get (IntMap a)cereal Data.Serialize.Get Read as a list of pairs of int and element.
getMapOf :: Ord k => Get k -> Get a -> Get (Map k a)cereal Data.Serialize.Get Read as a list of pairs of key and element.