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.
toVRegMap :: UniqFM Reg elt -> UniqFM VirtualReg eltghc GHC.CmmToAsm.Reg.Utils No documentation available.
detEltsUniqMap :: Ord k => UniqMap k a -> [(k, a)]ghc GHC.CmmToAsm.Wasm.Utils No documentation available.
-
ghc GHC.CmmToAsm.X86.Instr No documentation available.
isMappedByLC :: TyCoVar -> LiftingContext -> Boolghc GHC.Core.Coercion Is a var in the domain of a lifting context?
reduceTyFamApp_maybe :: FamInstEnvs -> Role -> TyCon -> [Type] -> Maybe Reductionghc GHC.Core.FamInstEnv No documentation available.
topReduceTyFamApp_maybe :: FamInstEnvs -> TyCon -> [Type] -> Maybe HetReductionghc 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
-
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.
class Functor m =>
TrieMap (m :: Type -> Type)ghc GHC.Core.Map.Expr No documentation available.
-
ghc GHC.Core.Map.Expr No documentation available.
extendCoreMap :: CoreMap a -> CoreExpr -> a -> CoreMap aghc GHC.Core.Map.Expr No documentation available.