Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
splitForAllTyCoVars :: Type -> ([TyCoVar], Type)ghc GHC Take a ForAllTy apart, returning the list of tycovars and the result type. This always succeeds, even if it returns only an empty list. Note that the result type returned may have free variables that were bound by a forall.
strictnessBefore :: DynFlags -> [Int]ghc GHC Additional demand analysis
targetPlatform :: DynFlags -> Platformghc GHC No documentation available.
gHC_INTERNAL_FOREIGN_C_CONSTPTR :: Moduleghc GHC.Builtin.Names No documentation available.
beforePhaseDataConKey :: Uniqueghc GHC.Builtin.Names.TH No documentation available.
beforePhaseDataConName :: Nameghc GHC.Builtin.Names.TH No documentation available.
primOpOkForSpeculation :: PrimOp -> Boolghc GHC.Builtin.PrimOps No documentation available.
isForeignLabel :: CLabel -> Boolghc GHC.Cmm.CLabel Whether label is a non-haskell label (defined in C code)
mkForeignLabel :: FastString -> Maybe Int -> ForeignLabelSource -> FunctionOrData -> CLabelghc GHC.Cmm.CLabel Make a foreign label
cmmPlatform :: CmmConfig -> Platformghc GHC.Cmm.Config retrieve the target Cmm platform