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.

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

  2. strictnessBefore :: DynFlags -> [Int]

    ghc GHC

    Additional demand analysis

  3. targetPlatform :: DynFlags -> Platform

    ghc GHC

    No documentation available.

  4. gHC_INTERNAL_FOREIGN_C_CONSTPTR :: Module

    ghc GHC.Builtin.Names

    No documentation available.

  5. beforePhaseDataConKey :: Unique

    ghc GHC.Builtin.Names.TH

    No documentation available.

  6. beforePhaseDataConName :: Name

    ghc GHC.Builtin.Names.TH

    No documentation available.

  7. primOpOkForSpeculation :: PrimOp -> Bool

    ghc GHC.Builtin.PrimOps

    No documentation available.

  8. isForeignLabel :: CLabel -> Bool

    ghc GHC.Cmm.CLabel

    Whether label is a non-haskell label (defined in C code)

  9. mkForeignLabel :: FastString -> Maybe Int -> ForeignLabelSource -> FunctionOrData -> CLabel

    ghc GHC.Cmm.CLabel

    Make a foreign label

  10. cmmPlatform :: CmmConfig -> Platform

    ghc GHC.Cmm.Config

    retrieve the target Cmm platform

Page 438 of many | Previous | Next