Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. mapBlockTop :: (LiveBasicBlock instr -> LiveBasicBlock instr) -> LiveCmmDecl statics instr -> LiveCmmDecl statics instr

    ghc GHC.CmmToAsm.Reg.Liveness

    map a function across all the basic blocks in this code

  2. mapBlockTopM :: Monad m => (LiveBasicBlock instr -> m (LiveBasicBlock instr)) -> LiveCmmDecl statics instr -> m (LiveCmmDecl statics instr)

    ghc GHC.CmmToAsm.Reg.Liveness

    map a function across all the basic blocks in this code (monadic version)

  3. mapEmpty :: LabelMap v

    ghc GHC.CmmToAsm.Reg.Liveness

    No documentation available.

  4. mapGenBlockTop :: (GenBasicBlock i -> GenBasicBlock i) -> GenCmmDecl d h (ListGraph i) -> GenCmmDecl d h (ListGraph i)

    ghc GHC.CmmToAsm.Reg.Liveness

    No documentation available.

  5. mapGenBlockTopM :: Monad m => (GenBasicBlock i -> m (GenBasicBlock i)) -> GenCmmDecl d h (ListGraph i) -> m (GenCmmDecl d h (ListGraph i))

    ghc GHC.CmmToAsm.Reg.Liveness

    map a function across all the basic blocks in this code (monadic version)

  6. mapLiveCmmDecl :: (instr -> b) -> LiveCmmDecl statics instr -> LiveCmmDecl statics b

    ghc GHC.CmmToAsm.Reg.Liveness

    Map over instruction type in LiveCmmDecl

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

    ghc GHC.CmmToAsm.Reg.Liveness

    No documentation available.

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

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

    ghc GHC.Core.InstEnv

    No documentation available.

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

Page 94 of many | Previous | Next