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

Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. concatMapBagPair :: (a -> (Bag b, Bag c)) -> Bag a -> (Bag b, Bag c)

    ghc-lib-parser GHC.Data.Bag

    No documentation available.

  2. flatMapBagM :: Monad m => (a -> m (Bag b)) -> Bag a -> m (Bag b)

    ghc-lib-parser GHC.Data.Bag

    No documentation available.

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

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

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

    No documentation available.

  5. module GHC.Data.FiniteMap

    No documentation available.

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

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

    No documentation available.

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

  8. module GHC.Data.TrieMap

    No documentation available.

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

    ghc-lib-parser GHC.Data.TrieMap

    No documentation available.

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

    ghc-lib-parser GHC.Data.TrieMap

    No documentation available.

Page 603 of many | Previous | Next

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