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. toBlockMap :: CmmGraph -> LabelMap CmmBlock

    ghc-lib-parser GHC.Cmm.Utils

    No documentation available.

  2. isMappedByLC :: TyCoVar -> LiftingContext -> Bool

    ghc-lib-parser GHC.Core.Coercion

    Is a var in the domain of a lifting context?

  3. reduceTyFamApp_maybe :: FamInstEnvs -> Role -> TyCon -> [Type] -> Maybe Reduction

    ghc-lib-parser GHC.Core.FamInstEnv

    No documentation available.

  4. topReduceTyFamApp_maybe :: FamInstEnvs -> TyCon -> [Type] -> Maybe HetReduction

    ghc-lib-parser GHC.Core.FamInstEnv

    Try to simplify a type-family application, by *one* step If topReduceTyFamApp_maybe env r F tys = Just (HetReduction (Reduction co rhs) res_co) then co :: F tys ~R# rhs res_co :: typeKind(F tys) ~ typeKind(rhs) Type families and data families; always Representational role

  5. data CoreMap a

    ghc-lib-parser GHC.Core.Map.Expr

    CoreMap a is a map from CoreExpr to a. If you are a client, this is the type you want.

  6. class Functor m => TrieMap (m :: Type -> Type)

    ghc-lib-parser GHC.Core.Map.Expr

    No documentation available.

  7. emptyCoreMap :: CoreMap a

    ghc-lib-parser GHC.Core.Map.Expr

    No documentation available.

  8. extendCoreMap :: CoreMap a -> CoreExpr -> a -> CoreMap a

    ghc-lib-parser GHC.Core.Map.Expr

    No documentation available.

  9. foldCoreMap :: (a -> b -> b) -> b -> CoreMap a -> b

    ghc-lib-parser GHC.Core.Map.Expr

    No documentation available.

  10. lookupCoreMap :: CoreMap a -> CoreExpr -> Maybe a

    ghc-lib-parser GHC.Core.Map.Expr

    No documentation available.

Page 600 of many | Previous | Next