Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mapVarSet :: Uniquable b => (a -> b) -> UniqSet a -> UniqSet bghc GHC.Types.Var.Set No documentation available.
mapHpt :: (HomeModInfo -> HomeModInfo) -> HomePackageTable -> HomePackageTableghc GHC.Unit.Home.ModInfo No documentation available.
mapUnitInfo :: IsUnitId v => (u -> v) -> GenUnitInfo u -> GenUnitInfo vghc GHC.Unit.Info Map over the unit parameter
mapMaybeModuleEnv :: (Module -> a -> Maybe b) -> ModuleEnv a -> ModuleEnv bghc GHC.Unit.Module.Env No documentation available.
mapModuleEnv :: (a -> b) -> ModuleEnv a -> ModuleEnv bghc GHC.Unit.Module.Env No documentation available.
mapMG :: (ModSummary -> ModSummary) -> ModuleGraph -> ModuleGraphghc 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 GHC.Unit.Types Map over the unit type of a GenUnit
mapInstantiations :: IsUnitId v => (u -> v) -> GenInstantiations u -> GenInstantiations vghc GHC.Unit.Types Map over the unit identifier of unit instantiations.
mapException :: (Exception e1, Exception e2) => (e1 -> e2) -> a -> aghc GHC.Utils.Exception No documentation available.
mapUnionFV :: (a -> FV) -> [a] -> FVghc GHC.Utils.FV Map a free variable computation over a list and union the results.