Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. mapGenericUnitInfo :: (uid1 -> uid2) -> (srcpkg1 -> srcpkg2) -> (srcpkgname1 -> srcpkgname2) -> (modname1 -> modname2) -> (mod1 -> mod2) -> GenericUnitInfo srcpkg1 srcpkgname1 uid1 modname1 mod1 -> GenericUnitInfo srcpkg2 srcpkgname2 uid2 modname2 mod2

    ghc-lib-parser GHC.Unit.Database

    Convert between GenericUnitInfo instances

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

    ghc-lib-parser GHC.Unit.Home.ModInfo

    No documentation available.

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

    ghc-lib-parser GHC.Unit.Info

    Map over the unit parameter

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

    ghc-lib-parser GHC.Unit.Module.Env

    No documentation available.

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

    ghc-lib-parser GHC.Unit.Module.Env

    No documentation available.

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

    ghc-lib-parser GHC.Unit.Module.Graph

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

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

    ghc-lib-parser GHC.Unit.Types

    Map over the unit type of a GenUnit

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

    ghc-lib-parser GHC.Unit.Types

    Map over the unit identifier of unit instantiations.

  9. mapException :: (Exception e1, Exception e2) => (e1 -> e2) -> a -> a

    ghc-lib-parser GHC.Utils.Exception

    This function maps one exception into another as proposed in the paper "A semantics for imprecise exceptions".

  10. mapUnionFV :: (a -> FV) -> [a] -> FV

    ghc-lib-parser GHC.Utils.FV

    Map a free variable computation over a list and union the results.

Page 187 of many | Previous | Next