• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.22 (ghc-9.10.3)

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

  1. mapVarEnv :: (a -> b) -> VarEnv a -> VarEnv b

    ghc GHC.Types.Var.Env

    No documentation available.

  2. mapDVarSet :: Uniquable b => (a -> b) -> UniqDSet a -> UniqDSet b

    ghc GHC.Types.Var.Set

    No documentation available.

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

    ghc GHC.Types.Var.Set

    Map the function over the list, and union the results

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

    ghc GHC.Types.Var.Set

    map the function over the list, and union the results

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

    ghc GHC.Types.Var.Set

    No documentation available.

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

    ghc GHC.Unit.Home.ModInfo

    No documentation available.

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

    ghc GHC.Unit.Info

    Map over the unit parameter

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

    ghc GHC.Unit.Module.Env

    No documentation available.

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

    ghc GHC.Unit.Module.Env

    No documentation available.

  10. 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.

Page 107 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete