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

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. strictMapFsEnv :: (a -> b) -> FastStringEnv a -> FastStringEnv b

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

    No documentation available.

  2. module GHC.Data.FiniteMap

    No documentation available.

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

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

    No documentation available.

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

  5. module GHC.Data.TrieMap

    No documentation available.

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

    ghc-lib-parser GHC.Data.TrieMap

    No documentation available.

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

    ghc-lib-parser GHC.Data.TrieMap

    No documentation available.

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

    ghc-lib-parser GHC.Data.TrieMap

    No documentation available.

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

    ghc-lib-parser GHC.Data.TrieMap

    No documentation available.

  10. foldMapTM :: (TrieMap m, Monoid r) => (a -> r) -> m a -> r

    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