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.
-
ghc GHC.CmmToAsm.Reg.Liveness No documentation available.
-
ghc GHC.CmmToAsm.Reg.Liveness No documentation available.
-
ghc GHC.CmmToAsm.Reg.Liveness map a function across all the basic blocks in this code (monadic version)
mapLiveCmmDecl :: (instr -> b) -> LiveCmmDecl statics instr -> LiveCmmDecl statics bghc GHC.CmmToAsm.Reg.Liveness Map over instruction type in LiveCmmDecl
mapSCCM :: Monad m => (a -> m b) -> SCC a -> m (SCC b)ghc GHC.CmmToAsm.Reg.Liveness No documentation available.
-
ghc GHC.Core.Coercion.Axiom The [CoAxBranch] passed into the mapping function is a list of all previous branches, reversed
mapInstEnv :: (ClsInst -> ClsInst) -> InstEnv -> InstEnvghc GHC.Core.InstEnv No documentation available.
mapScaledType :: (Type -> Type) -> Scaled Type -> Scaled Typeghc GHC.Core.Multiplicity Apply a function to both the Mult and the Type in a 'Scaled Type'
mapDynFlagsCoreM :: (DynFlags -> DynFlags) -> CoreM a -> CoreM aghc GHC.Core.Opt.Monad Adjust the dyn flags passed to the argument action
mapLetFloats :: LetFloats -> ((Id, CoreExpr) -> (Id, CoreExpr)) -> LetFloatsghc GHC.Core.Opt.Simplify.Env No documentation available.