Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. mapUnionDVarSet :: (a -> DVarSet) -> [a] -> DVarSet

    ghc GHC.Types.Var.Set

    Map the function over the list, and union the results

  2. mapUnionVarSet :: (a -> VarSet) -> [a] -> VarSet

    ghc GHC.Types.Var.Set

    map the function over the list, and union the results

  3. mapVarSet :: Uniquable b => (a -> b) -> UniqSet a -> UniqSet b

    ghc GHC.Types.Var.Set

    No documentation available.

  4. mapHpt :: (HomeModInfo -> HomeModInfo) -> HomePackageTable -> HomePackageTable

    ghc GHC.Unit.Home.ModInfo

    No documentation available.

  5. mapUnitInfo :: IsUnitId v => (u -> v) -> GenUnitInfo u -> GenUnitInfo v

    ghc GHC.Unit.Info

    Map over the unit parameter

  6. mapMaybeModuleEnv :: (Module -> a -> Maybe b) -> ModuleEnv a -> ModuleEnv b

    ghc GHC.Unit.Module.Env

    No documentation available.

  7. mapModuleEnv :: (a -> b) -> ModuleEnv a -> ModuleEnv b

    ghc GHC.Unit.Module.Env

    No documentation available.

  8. mapMG :: (ModSummary -> ModSummary) -> ModuleGraph -> ModuleGraph

    ghc GHC.Unit.Module.Graph

    Map a function f over all the ModSummaries. To preserve invariants f can't change the isBoot status.

  9. mapGenUnit :: IsUnitId v => (u -> v) -> GenUnit u -> GenUnit v

    ghc GHC.Unit.Types

    Map over the unit type of a GenUnit

  10. mapInstantiations :: IsUnitId v => (u -> v) -> GenInstantiations u -> GenInstantiations v

    ghc GHC.Unit.Types

    Map over the unit identifier of unit instantiations.

Page 107 of many | Previous | Next