Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mapUnionDVarSet :: (a -> DVarSet) -> [a] -> DVarSetghc-lib-parser GHC.Types.Var.Set Map the function over the list, and union the results
mapUnionVarSet :: (a -> VarSet) -> [a] -> VarSetghc-lib-parser GHC.Types.Var.Set map the function over the list, and union the results
mapVarSet :: Uniquable b => (a -> b) -> UniqSet a -> UniqSet bghc-lib-parser GHC.Types.Var.Set No documentation available.
-
ghc-lib-parser GHC.Unit.Database Convert between GenericUnitInfo instances
mapHpt :: (HomeModInfo -> HomeModInfo) -> HomePackageTable -> HomePackageTableghc-lib-parser GHC.Unit.Home.ModInfo No documentation available.
mapUnitInfo :: IsUnitId v => (u -> v) -> GenUnitInfo u -> GenUnitInfo vghc-lib-parser GHC.Unit.Info Map over the unit parameter
mapMaybeModuleEnv :: (Module -> a -> Maybe b) -> ModuleEnv a -> ModuleEnv bghc-lib-parser GHC.Unit.Module.Env No documentation available.
mapModuleEnv :: (a -> b) -> ModuleEnv a -> ModuleEnv bghc-lib-parser GHC.Unit.Module.Env No documentation available.
mapMG :: (ModSummary -> ModSummary) -> ModuleGraph -> ModuleGraphghc-lib-parser GHC.Unit.Module.Graph Map a function f over all the ModSummaries. To preserve invariants f can't change the isBoot status.
mapGenUnit :: IsUnitId v => (u -> v) -> GenUnit u -> GenUnit vghc-lib-parser GHC.Unit.Types Map over the unit type of a GenUnit