• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

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. flatMapBagPairM :: Monad m => (a -> m (Bag b, Bag c)) -> Bag a -> m (Bag b, Bag c)

    ghc-lib-parser GHC.Data.Bag

    No documentation available.

  2. strictMapFsEnv :: (a -> b) -> FastStringEnv a -> FastStringEnv b

    ghc-lib-parser GHC.Data.FastString.Env

    No documentation available.

  3. module GHC.Data.FiniteMap

    No documentation available.

  4. concatMap :: Foldable f => (a -> f b) -> Infinite a -> Infinite b

    ghc-lib-parser GHC.Data.List.Infinite

    No documentation available.

  5. foldMapSmallArray :: Monoid m => (a -> m) -> SmallArray a -> m

    ghc-lib-parser GHC.Data.SmallArray

    Fold the values of a SmallArray into a 'Monoid m' of choice

  6. module GHC.Data.TrieMap

    No documentation available.

  7. data GenMap (m :: Type -> Type) a

    ghc-lib-parser GHC.Data.TrieMap

    No documentation available.

  8. data ListMap (m :: Type -> Type) a

    ghc-lib-parser GHC.Data.TrieMap

    No documentation available.

  9. data MaybeMap (m :: Type -> Type) a

    ghc-lib-parser GHC.Data.TrieMap

    No documentation available.

  10. class Functor m => TrieMap (m :: Type -> Type)

    ghc-lib-parser GHC.Data.TrieMap

    No documentation available.

Page 602 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete