Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. toVRegMap :: UniqFM Reg elt -> UniqFM VirtualReg elt

    ghc GHC.CmmToAsm.Reg.Utils

    No documentation available.

  2. detEltsUniqMap :: Ord k => UniqMap k a -> [(k, a)]

    ghc GHC.CmmToAsm.Wasm.Utils

    No documentation available.

  3. data FMAPermutation

    ghc GHC.CmmToAsm.X86.Instr

    No documentation available.

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

    ghc GHC.Core.Coercion

    Is a var in the domain of a lifting context?

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

    ghc GHC.Core.FamInstEnv

    No documentation available.

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

    ghc 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

  7. data CoreMap a

    ghc GHC.Core.Map.Expr

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

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

    ghc GHC.Core.Map.Expr

    No documentation available.

  9. emptyCoreMap :: CoreMap a

    ghc GHC.Core.Map.Expr

    No documentation available.

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

    ghc GHC.Core.Map.Expr

    No documentation available.

Page 444 of many | Previous | Next