Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
packageNameMap :: UnitState -> UniqFM PackageName UnitIdghc GHC.Unit.State A mapping of PackageName to UnitId. If several units have the same package name (e.g. different instantiations), then we return one of them... This is used when users refer to packages in Backpack includes. And also to resolve package qualifiers with the PackageImports extension.
pluginModuleNameProvidersMap :: UnitState -> !ModuleNameProvidersMapghc GHC.Unit.State A map, like moduleNameProvidersMap, but controlling plugin visibility.
pprModuleMap :: ModuleNameProvidersMap -> SDocghc GHC.Unit.State Show the mapping of modules to where they come from.
unitInfoMap :: UnitState -> UnitInfoMapghc GHC.Unit.State A mapping of Unit to UnitInfo. This list is adjusted so that only valid units are here. UnitInfo reflects what was stored *on disk*, except for the trusted flag, which is adjusted at runtime. (In particular, some units in this map may have the exposed flag be False.)
unwireMap :: UnitState -> UniqMap UnitId UnitIdghc GHC.Unit.State A mapping from wired in unit ids to unit keys from the database.
wireMap :: UnitState -> UniqMap UnitId UnitIdghc GHC.Unit.State A mapping from database unit keys to wired in unit ids.
strictMap :: (a -> b) -> [a] -> [b]ghc GHC.Utils.Misc No documentation available.
concatMapM :: (Monad m, Traversable f) => (a -> m [b]) -> f a -> m [b]ghc GHC.Utils.Monad Monadic version of concatMap
trS_fmap :: StmtLR idL idR body -> HsExpr idRghc Language.Haskell.Syntax.Expr No documentation available.
getPersistMap :: PersistValue -> Either Text [(Text, PersistValue)]persistent Database.Persist FIXME Add documentation to that.