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.
unwireMap :: UnitState -> UniqMap UnitId UnitIdghc-lib-parser GHC.Unit.State A mapping from wired in unit ids to unit keys from the database.
wireMap :: UnitState -> UniqMap UnitId UnitIdghc-lib-parser GHC.Unit.State A mapping from database unit keys to wired in unit ids.
fs_tab_map :: FSTable -> !IORef (UniqFM FastString (Int, FastString))ghc-lib-parser GHC.Utils.Binary No documentation available.
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.
strictMap :: (a -> b) -> [a] -> [b]ghc-lib-parser GHC.Utils.Misc No documentation available.
concatMapM :: (Monad m, Traversable f) => (a -> m [b]) -> f a -> m [b]ghc-lib-parser GHC.Utils.Monad Monadic version of concatMap
foldMapM :: (Applicative m, Foldable t, Monoid b) => (a -> m b) -> t a -> m bghc-lib-parser GHC.Utils.Monad Monadic version of foldMap
qsMap :: QState -> Map TypeRep Dynamicghc-lib-parser GHCi.Message persistent data between splices in a module
resolvedBCOBitmap :: ResolvedBCO -> BCOByteArray Wordghc-lib-parser GHCi.ResolvedBCO No documentation available.
trS_fmap :: StmtLR idL idR body -> HsExpr idRghc-lib-parser Language.Haskell.Syntax.Expr No documentation available.