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.

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

  2. data ConnsMap

    http-client Network.HTTP.Client.Internal

    No documentation available.

  3. data ReleaseMap

    resourcet Control.Monad.Trans.Resource.Internal

    No documentation available.

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

    resourcet Control.Monad.Trans.Resource.Internal

    No documentation available.

  5. ReleaseMapClosed :: ReleaseMap

    resourcet Control.Monad.Trans.Resource.Internal

    No documentation available.

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

    cereal Data.Serialize.Get

    Read as a list of pairs of int and element.

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

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

    cereal Data.Serialize.Put

    No documentation available.

  9. putMapOf :: Putter k -> Putter a -> Putter (Map k a)

    cereal Data.Serialize.Put

    No documentation available.

  10. data HashMap k v

    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.

Page 428 of many | Previous | Next