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. mapSwitchTargets :: (Label -> Label) -> SwitchTargets -> SwitchTargets

    ghc-lib-parser GHC.Cmm.Switch

    Changes all labels mentioned in the SwitchTargets value

  2. mapSwitchTargetsA :: Applicative m => (Label -> m Label) -> SwitchTargets -> m SwitchTargets

    ghc-lib-parser GHC.Cmm.Switch

    Changes all labels mentioned in the SwitchTargets value

  3. mapGraphNodes :: (CmmNode C O -> CmmNode C O, CmmNode O O -> CmmNode O O, CmmNode O C -> CmmNode O C) -> CmmGraph -> CmmGraph

    ghc-lib-parser GHC.Cmm.Utils

    No documentation available.

  4. mapGraphNodes1 :: (forall (e :: Extensibility) (x :: Extensibility) . () => CmmNode e x -> CmmNode e x) -> CmmGraph -> CmmGraph

    ghc-lib-parser GHC.Cmm.Utils

    No documentation available.

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

    ghc-lib-parser GHC.Core.Coercion.Axiom

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

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

    ghc-lib-parser GHC.Core.InstEnv

    No documentation available.

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

    ghc-lib-parser GHC.Core.Multiplicity

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

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

    ghc-lib-parser GHC.Core.Opt.Monad

    Adjust the dyn flags passed to the argument action

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

    ghc-lib-parser GHC.Core.Opt.Simplify.Env

    No documentation available.

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

    ghc-lib-parser GHC.Core.TyCo.Rep

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

Page 175 of many | Previous | Next