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.

  1. 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

  2. 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

  3. foldMap :: forall (m :: Type -> Type) b a o . (Monad m, Monoid b) => (a -> b) -> ConduitT a o m b

    conduit Data.Conduit.List

    A monoidal strict left fold. Subject to fusion Since 0.5.3

  4. foldMapM :: (Monad m, Monoid b) => (a -> m b) -> ConduitT a o m b

    conduit Data.Conduit.List

    A monoidal strict left fold in a Monad. Since 1.0.8

  5. data ConnsMap

    http-client Network.HTTP.Client.Internal

    No documentation available.

  6. data ReleaseMap

    resourcet Control.Monad.Trans.Resource.Internal

    No documentation available.

  7. ReleaseMap :: NextKey -> RefCount -> !IntMap (ReleaseType -> IO ()) -> ReleaseMap

    resourcet Control.Monad.Trans.Resource.Internal

    No documentation available.

  8. ReleaseMapClosed :: ReleaseMap

    resourcet Control.Monad.Trans.Resource.Internal

    No documentation available.

  9. getIntMapOf :: Get Int -> Get a -> Get (IntMap a)

    cereal Data.Serialize.Get

    Read as a list of pairs of int and element.

  10. 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.

Page 428 of many | Previous | Next