Hoogle Search

Within LTS Haskell 24.36 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

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

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

  4. data ConnsMap

    http-client Network.HTTP.Client.Internal

    No documentation available.

  5. data ReleaseMap

    resourcet Control.Monad.Trans.Resource.Internal

    No documentation available.

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

    resourcet Control.Monad.Trans.Resource.Internal

    No documentation available.

  7. ReleaseMapClosed :: ReleaseMap

    resourcet Control.Monad.Trans.Resource.Internal

    No documentation available.

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

    cereal Data.Serialize.Get

    Read as a list of pairs of int and element.

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

  10. putIntMapOf :: Putter Int -> Putter a -> Putter (IntMap a)

    cereal Data.Serialize.Put

    No documentation available.

Page 428 of many | Previous | Next