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

Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. unwireMap :: UnitState -> UniqMap UnitId UnitId

    ghc-lib-parser GHC.Unit.State

    A mapping from wired in unit ids to unit keys from the database.

  2. wireMap :: UnitState -> UniqMap UnitId UnitId

    ghc-lib-parser GHC.Unit.State

    A mapping from database unit keys to wired in unit ids.

  3. fs_tab_map :: FSTable -> !IORef (UniqFM FastString (Int, FastString))

    ghc-lib-parser GHC.Utils.Binary

    No documentation available.

  4. gen_symtab_map :: GenericSymbolTable (m :: Type -> Type) -> !IORef (m Int)

    ghc-lib-parser GHC.Utils.Binary

    Given a symbol, find the symbol and return its index.

  5. strictMap :: (a -> b) -> [a] -> [b]

    ghc-lib-parser GHC.Utils.Misc

    No documentation available.

  6. concatMapM :: (Monad m, Traversable f) => (a -> m [b]) -> f a -> m [b]

    ghc-lib-parser GHC.Utils.Monad

    Monadic version of concatMap

  7. foldMapM :: (Applicative m, Foldable t, Monoid b) => (a -> m b) -> t a -> m b

    ghc-lib-parser GHC.Utils.Monad

    Monadic version of foldMap

  8. qsMap :: QState -> Map TypeRep Dynamic

    ghc-lib-parser GHCi.Message

    persistent data between splices in a module

  9. resolvedBCOBitmap :: ResolvedBCO -> BCOByteArray Word

    ghc-lib-parser GHCi.ResolvedBCO

    No documentation available.

  10. trS_fmap :: StmtLR idL idR body -> HsExpr idR

    ghc-lib-parser Language.Haskell.Syntax.Expr

    No documentation available.

Page 620 of many | Previous | Next

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