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.

  1. mapSCCM :: Monad m => (a -> m b) -> SCC a -> m (SCC b)

    ghc GHC.CmmToAsm.Reg.Liveness

    No documentation available.

  2. mapAccumBranches :: forall (br :: BranchFlag) . ([CoAxBranch] -> CoAxBranch -> CoAxBranch) -> Branches br -> Branches br

    ghc GHC.Core.Coercion.Axiom

    The [CoAxBranch] passed into the mapping function is a list of all previous branches, reversed

  3. mapInstEnv :: (ClsInst -> ClsInst) -> InstEnv -> InstEnv

    ghc GHC.Core.InstEnv

    No documentation available.

  4. mapScaledType :: (Type -> Type) -> Scaled Type -> Scaled Type

    ghc GHC.Core.Multiplicity

    Apply a function to both the Mult and the Type in a 'Scaled Type'

  5. mapDynFlagsCoreM :: (DynFlags -> DynFlags) -> CoreM a -> CoreM a

    ghc GHC.Core.Opt.Monad

    Adjust the dyn flags passed to the argument action

  6. mapLetFloats :: LetFloats -> ((Id, CoreExpr) -> (Id, CoreExpr)) -> LetFloats

    ghc GHC.Core.Opt.Simplify.Env

    No documentation available.

  7. mapScaledType :: (Type -> Type) -> Scaled Type -> Scaled Type

    ghc GHC.Core.TyCo.Rep

    Apply a function to both the Mult and the Type in a 'Scaled Type'

  8. mapDTyConEnv :: (a -> b) -> DTyConEnv a -> DTyConEnv b

    ghc GHC.Core.TyCon.Env

    No documentation available.

  9. mapMaybeDTyConEnv :: (a -> Maybe b) -> DTyConEnv a -> DTyConEnv b

    ghc GHC.Core.TyCon.Env

    No documentation available.

  10. mapTyConEnv :: (elt1 -> elt2) -> TyConEnv elt1 -> TyConEnv elt2

    ghc GHC.Core.TyCon.Env

    No documentation available.

Page 95 of many | Previous | Next