Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. mapUnions :: [LabelMap a] -> LabelMap a

    ghc-lib-parser GHC.Cmm.Dataflow.Label

    No documentation available.

  2. mapCollectSuccessors :: (Label -> (Label, a)) -> CmmNode O C -> (CmmNode O C, [a])

    ghc-lib-parser GHC.Cmm.Node

    No documentation available.

  3. mapExp :: forall (e :: Extensibility) (x :: Extensibility) . (CmmExpr -> CmmExpr) -> CmmNode e x -> CmmNode e x

    ghc-lib-parser GHC.Cmm.Node

    No documentation available.

  4. mapExpDeep :: forall (e :: Extensibility) (x :: Extensibility) . (CmmExpr -> CmmExpr) -> CmmNode e x -> CmmNode e x

    ghc-lib-parser GHC.Cmm.Node

    No documentation available.

  5. mapExpDeepM :: forall (e :: Extensibility) (x :: Extensibility) . (CmmExpr -> Maybe CmmExpr) -> CmmNode e x -> Maybe (CmmNode e x)

    ghc-lib-parser GHC.Cmm.Node

    No documentation available.

  6. mapExpM :: forall (e :: Extensibility) (x :: Extensibility) . (CmmExpr -> Maybe CmmExpr) -> CmmNode e x -> Maybe (CmmNode e x)

    ghc-lib-parser GHC.Cmm.Node

    No documentation available.

  7. mapSuccessors :: (Label -> Label) -> CmmNode O C -> CmmNode O C

    ghc-lib-parser GHC.Cmm.Node

    No documentation available.

  8. mapSwitchTargets :: (Label -> Label) -> SwitchTargets -> SwitchTargets

    ghc-lib-parser GHC.Cmm.Switch

    Changes all labels mentioned in the SwitchTargets value

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

    ghc-lib-parser GHC.Cmm.Switch

    Changes all labels mentioned in the SwitchTargets value

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

Page 175 of many | Previous | Next