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.
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.
putIntMapOf :: Putter Int -> Putter a -> Putter (IntMap a)cereal Data.Serialize.Put No documentation available.
putMapOf :: Putter k -> Putter a -> Putter (Map k a)cereal Data.Serialize.Put No documentation available.
-
gogol-core Gogol.Prelude A map from keys to values. A map cannot contain duplicate keys; each key can map to at most one value.